Go to file
ergunsh 6bfce29af6 Improve typing of Image.encode
Instead of returning `any` we're now returning the whole object.

Still from typing perspective, the API is not that
great since we don't have any type relation
between `encode` calls and `encodedWith` property. Maybe we can think about
returning directly from `encode` call
with the returned object having properties
that is supplied in `encode` calls
2021-09-10 14:08:21 +02:00
2020-11-20 21:41:57 +00:00
2021-08-20 18:35:29 -04:00
2021-06-02 17:03:14 +01:00
2021-09-10 14:08:21 +02:00
2021-09-06 15:00: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
2021-09-07 14:43:19 +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%