mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
11 lines
93 B
Odin
11 lines
93 B
Odin
//+build js
|
|
package image
|
|
|
|
load :: proc{
|
|
load_from_bytes,
|
|
}
|
|
|
|
which :: proc{
|
|
which_bytes,
|
|
}
|