mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-24 09:20:19 -04:00
11 lines
92 B
Odin
11 lines
92 B
Odin
#+build js
|
|
package image
|
|
|
|
load :: proc{
|
|
load_from_bytes,
|
|
}
|
|
|
|
which :: proc{
|
|
which_bytes,
|
|
}
|