Go to file
Jake Archibald fec826b106 (Almost the) rest of the redesign (#880)
* Load demo img

* two-up styles

* Back button

* Button size tweak

* Move back btn

* Move options and back button into a single grid

* Simpler max height

* Responsive grid

* Feed index into options

* Option heading themes

* More option styles

* Changing checkbox position

* Theme range input & use transforms

* Range input underline theme

* Checkbox color

* Add toggle

* Reorder

* Arrow revealer

* Round two-up thumb

* Don't bundle CSS urls starting #

* Results in progress

* Fix Safari bugs

* Download blobs

* Loading spinner

* Hook up download button

* Different style for original image

* Mobile design for results

* Remove demo auto-loader

* Remove redundant colors

* Sticky headings
2020-12-09 11:47:23 +00:00
2020-11-20 21:41:57 +00:00
2020-05-14 16:30:12 +01:00
2020-11-19 11:00:23 +00: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-11-19 11:00:23 +00:00
2020-12-05 21:50:41 +00:00
2020-05-05 11:19:40 +01:00
2020-11-19 15:03:51 +00:00
2020-11-19 11:00:23 +00: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.

CLI

Squoosh now has 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 start
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%