[LibreSquoosh] is an image compression web app that reduces image sizes through numerous formats. It is a fork of the upstream project Squoosh.
LibreSquoosh does not send your image to a server. All image compression processes locally.
LibreSquoosh collects no analytics about your activity or application usage.
To develop for Squoosh:
- Clone the repository
- To install node packages, run:
npm install
- Then build the app by running:
npm run build
- After building, start the development server by running:
npm run dev
LibreSquoosh is an open-source project that appreciates all community involvement. To contribute to the project, follow the contribute guide.