forked from external-repos/squoosh
021b082884d875d7ea451e43591c8966689b132d
Squoosh!
Squoosh is an image compression web app that provides lossless image quality with a significant reduction to file size.
API & CLI
Squoosh has an API and a CLI to compress many images at once.
Privacy
Squoosh does not send your image to a server. All image compression processes locally.
However, Squoosh utilizes Google Analytics to collect the following:
- Basic visitor data.
- The before and after image size value.
- If Squoosh CLI, the type of Squoosh installation.
- If Squoosh CLI, the installation time and date.
Developing
To develop for Squoosh, use the following:
- Clone the repository.
- To install node packages, run
npm install. - To build the app, run
npm run build. - To start the development server, run
npm run dev.
Contributing
Squoosh is an open-source project that appreciates all community involvement. To contribute to the project, follow the contribute guide.
Description
Languages
TypeScript
62.5%
JavaScript
10%
C++
9.5%
CSS
8.9%
Makefile
3.9%
Other
5.2%