Files
Odin/core/image/general_js.odin

11 lines
93 B
Odin

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