5 ms·
We need to embrace WebP v2 for this kind of stuff. I took one of their images, resized it to 24x16px, and compressed it with Squoosh at 65% quality. It compress
by bufferoverflow 1y ago
We need to embrace WebP v2 for this kind of stuff. I took one of their images, resized it to 24x16px, and compressed it with Squoosh at 65% quality. It compresses to just 144 bytes. And it looks way way way better than these CSS gradients.
https://squoosh.app/ https://squoosh.app/
- Lord_Zero 1y agoCool app but no maintained library to use it in our own apps and scripts.
- bufferoverflow 1y agohttps://github.com/GoogleChromeLabs/squoosh https://github.com/GoogleChromeLabs/squoosh
- Lord_Zero 1y agoIf you go to NPM the first thing it says in bold is "no longer maintained" and it links to the Google Chrome labs GitHub as well. https://www.npmjs.com/package/@squoosh/cli#project-no-longer-maintained https://www.npmjs.com/package/@squoosh/cli#project-no-longer... So to clarify, is the GitHub maintained but the npm distribution is not? Or is none of it maintained unless you use the website/app?