Go to file
Ingvar Stepanyan f779e13bc8 Remove SIMD for now (#1025)
This is by no means a proper fix, but Chrome 91 (stable tomorrow) brings some breaking changes to SIMD, and I'd rather disable SIMD for now to avoid breaking Squoosh altogether once it hits stable, and work on a proper fix in a separate branch.
2021-05-24 12:50:48 +01:00
2020-11-20 21:41:57 +00:00
2021-05-24 12:50:48 +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
2020-05-05 11:19:40 +01:00
2021-05-04 10:57:58 +01:00
2020-11-19 11:00:23 +00:00
2020-11-19 11:00:23 +00:00

Squoosh!

Squoosh is an image compression web app that allows you to dive into the advanced options provided by various image compressors.

API & CLI

Squoosh now has an API and a CLI that allows you to compress many images at once.

Privacy

Google Analytics is used to record the following:

  • Basic visit data.
  • Before and after image size once an image is downloaded. These values are rounded to the nearest kilobyte.
  • If install is available, when Squoosh is installed, and what method was used to install Squoosh.

Image compression is handled locally; no additional data is sent to the server.

Building locally

Clone the repo, and:

npm install
npm run build

You can run the development server with:

npm run dev
Description
Make images smaller using best-in-class codecs, right in the browser.
Readme Apache-2.0 163 MiB
Languages
TypeScript 62.5%
JavaScript 10%
C++ 9.5%
CSS 8.9%
Makefile 3.9%
Other 5.2%