/jxl-oxide-wasm-demo

Demo page of jxl-oxide-wasm

Primary LanguageJavaScriptApache License 2.0Apache-2.0

jxl-oxide-wasm Demo

Live demo

Building the demo locally

You'll need:

  • Node.js (version 20.x is recommended)
  • Yarn

First, install Yarn dependencies. It will download prebuilt package of jxl-oxide-wasm.

yarn install --immutable

Then, bundle the demo with Webpack.

yarn build

Now dist/ contains the demo. Run HTTP file server in that directory. You need to use localhost URL (or use HTTPS) since Service Worker requires secure context.