• Stars
    star
    173
  • Rank 219,087 (Top 5 %)
  • Language
    JavaScript
  • Created over 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Browser-based JPEG optimizer, using Web Workers and WebAssembly

JPEG.rocks

Browser-based JPEG optimizer, using Web Workers and WebAssembly.

mozjpeg-wasm does the heavy lifting; Preact and Water.css do the rest.

Build from source

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