jxl-oxide-wasm
v0.10.0
Published
WebAssembly bindings of jxl-oxide
Downloads
91
Maintainers
Readme
jxl-oxide-wasm
This package provides WebAssembly build of jxl-oxide, and its JavaScript bindings and TypeScript type definitions.
See tirr-c/jxl-oxide-wasm-demo for a demo.
import init, { JxlImage } from 'jxl-oxide-wasm';
await init();
// Use `JxlImage` after initialization.
const image = new JxlImage();