Go to file
Tim van der Lippe e6810059ef Add warning for using multiple image pools
Instantiating and using multiple image pools is not intended and can
lead to memory problems. Instead, users should use a single pool and
reuse that pool across all image processing. Therefore, let's add
a warning in the README to specify call this out and avoid users
of running into issues.

Relates to #1065
2021-10-20 14:56:34 +01:00
2020-11-20 21:41:57 +00:00
2021-10-20 12:44:12 +01:00
2021-08-20 18:35:29 -04:00
2021-09-20 13:49:53 +01:00
2020-05-14 16:30:12 +01:00
2020-12-09 22:35:41 +02:00
2020-11-19 11:20:04 +00:00
2020-11-20 11:51:43 +00:00
2020-11-19 11:00:23 +00:00
2020-11-19 11:00:23 +00:00
2018-03-02 04:49:12 -05:00
2020-11-19 11:00:23 +00:00
2020-11-19 11:00:23 +00:00
2019-10-30 19:44:49 +09:00
2018-03-02 04:49:12 -05:00
2021-10-20 12:44:12 +01:00
2021-10-20 12:44:12 +01:00
2021-07-19 11:47:52 -04:00
2020-05-05 11:19:40 +01:00
2021-05-04 10:57:58 +01:00
2020-11-19 11:00:23 +00:00

Squoosh!

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

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 PWA, the type of Squoosh installation.
  • If Squoosh PWA, the installation time and date.

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.

Description
Make images smaller using best-in-class codecs, right in the browser.
Readme 161 MiB
Languages
TypeScript 62.2%
JavaScript 10.3%
C++ 9.6%
CSS 9.1%
Makefile 3.5%
Other 5.3%