/LibreSquoosh

Make images smaller using best-in-class codecs, right in the browser. Without tracking

Primary LanguageTypeScriptApache License 2.0Apache-2.0

[LibreSquoosh]!

[LibreSquoosh] is an image compression web app that reduces image sizes through numerous formats. It is a fork of the upstream project Squoosh.

Privacy

LibreSquoosh does not send your image to a server. All image compression processes locally.

LibreSquoosh collects no analytics about your activity or application usage.

Developing

To develop for Squoosh:

  1. Clone the repository
  2. To install node packages, run:
    npm install
  3. Then build the app by running:
    npm run build
  4. After building, start the development server by running:
    npm run dev

Contributing

LibreSquoosh is an open-source project that appreciates all community involvement. To contribute to the project, follow the contribute guide.