Files
Odin/core/image/qoi/qoi_js.odin
T
2023-03-24 10:47:33 +01:00

7 lines
104 B
Odin

//+build js
package qoi
save :: proc{save_to_buffer}
load :: proc{load_from_bytes, load_from_context}