Home

Awesome

[!IMPORTANT] Tips: The squoosh node version is not maintained. This repository will be completed on this basis. The final form of all remaining lib versions and cli versions is to be put into script mode. Currently, node versions below node22 are supported and are compatible with node22 and above versions.

Squoosh!

Squoosh is an image compression web app that reduces image sizes through numerous formats.

Privacy

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

However, Squoosh utilizes Google Analytics to collect the following:

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

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