siuuu 0.0.0 → 1.0.0

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Siuuu
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/siuuu.svg)](https://www.npmjs.com/package/siuuu)
4
+
3
5
  Compress images (PNG / JPEG / WebP) with WebAssembly codecs (imagequant + oxipng, mozjpeg, libwebp).
4
6
 
5
7
  ## Usage
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "siuuu",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "1.0.0",
5
5
  "description": "A CLI that compresses images (PNG / JPEG / WebP) with WebAssembly codecs.",
6
6
  "author": "Author Name <author.name@mail.com>",
7
7
  "license": "MIT",
8
8
  "engines": {
9
9
  "node": ">=20"
10
10
  },
11
- "homepage": "https://github.com/WBBB0730/siuu#readme",
11
+ "homepage": "https://github.com/WBBB0730/siuuu#readme",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/WBBB0730/siuu.git"
14
+ "url": "https://github.com/WBBB0730/siuuu.git"
15
15
  },
16
16
  "exports": {
17
17
  ".": "./dist/index.mjs",