Skip to content

Browser-based JPEG optimizer, using Web Workers and WebAssembly

Notifications You must be signed in to change notification settings

immakdas/jpeg.rocks

 
 

Repository files navigation

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 run dev

Or build a static and immediately deployable artifact (in build/ folder):

$ yarn run build

About

Browser-based JPEG optimizer, using Web Workers and WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • CSS 12.9%
  • HTML 4.8%