mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
11 lines
93 B
Odin
11 lines
93 B
Odin
//+build js
|
|
package image
|
|
|
|
load :: proc{
|
|
load_from_bytes,
|
|
}
|
|
|
|
which :: proc{
|
|
which_bytes,
|
|
}
|