libjpeg-turbojs
JavaScript/WebAssembly build of libjpeg-turbo.
Try It Out
Try it in your browser here.
Testing
pnpm run build # compile wasm into dist/
pnpm run test # run vitest against dist/
Tests skip cleanly when dist/ is absent, so a clean clone won't fail before the
first build.