Browser-based JPEG optimizer, using Web Workers and WebAssembly.
mozjpeg-wasm
does the heavy lifting; Preact
and Water.css
do the rest.
Clone the repo, then install the dependencies:
$ yarn
Run a dev server, listening on http://0.0.0.0:8080:
$ yarn dev
Or build a static and immediately deployable artifact (in build/
folder):
$ yarn build