@squoosh-kit/core 0.0.18 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @squoosh-kit/core
2
2
 
3
- ![Squoosh Kit](https://raw.githubusercontent.com/bnowak008/squoosh-kit/main/squoosh-kit-banner.webp)
4
-
5
3
  [![npm version](https://badge.fury.io/js/%40squoosh-kit%2Fcore.svg)](https://badge.fury.io/js/%40squoosh-kit%2Fcore)
6
4
 
5
+ ![Squoosh Kit](https://github.com/user-attachments/assets/05ee874f-4f53-4070-9383-77bb083b5d2d)
6
+
7
7
  ## Squoosh Kit
8
8
 
9
9
  Squoosh Kit is built on a simple idea: provide a lightweight and modular bridge to the powerful, production-tested codecs from Google's Squoosh project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squoosh-kit/core",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "description": "Per-feature adapters around Squoosh codecs, worker/client runtimes.",
6
6
  "author": "Bartosz Nowak <bnowak008@gmail.com>",