mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
11 lines
92 B
Odin
11 lines
92 B
Odin
#+build js
|
|
package image
|
|
|
|
load :: proc{
|
|
load_from_bytes,
|
|
}
|
|
|
|
which :: proc{
|
|
which_bytes,
|
|
}
|