@squoosh-kit/resize 0.0.20 → 0.0.21

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40squoosh-kit%2Fresize.svg)](https://badge.fury.io/js/%40squoosh-kit%2Fresize)
4
4
 
5
- <img width="2560" height="688" alt="image" src="https://github.com/user-attachments/assets/05ee874f-4f53-4070-9383-77bb083b5d2d" />
5
+ ![Squoosh Kit](./squoosh-kit-banner.webp)
6
6
 
7
7
  ## Squoosh Kit
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squoosh-kit/resize",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "description": "Image resize module for squoosh-kit.",
6
6
  "author": "Bartosz Nowak <bnowak008@gmail.com>",
@@ -35,7 +35,8 @@
35
35
  },
36
36
  "files": [
37
37
  "dist/**",
38
- "README.md"
38
+ "README.md",
39
+ "squoosh-kit-banner.webp"
39
40
  ],
40
41
  "sideEffects": false,
41
42
  "scripts": {
Binary file