Files
Odin/core/image/general_js.odin

11 lines
92 B
Odin

#+build js
package image
load :: proc{
load_from_bytes,
}
which :: proc{
which_bytes,
}