chore: bump version to 0.0.21, add demo image URL, and update README with store link

This commit is contained in:
Huakun Shen 2025-01-18 23:06:44 -05:00
parent 56fb480efb
commit 8554992020
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,11 @@
JSR Package: https://jsr.io/@kunkun/ext-image-processing JSR Package: https://jsr.io/@kunkun/ext-image-processing
Store: https://kunkun.sh/store/image-processing
## Features ## Features
- Image Info - Image Info
- Smart Edit Image Creation Date - Smart Edit Image Creation Date
![](https://i.imgur.com/NLFXPOu.png)

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing", "name": "@kunkun/ext-image-processing",
"version": "0.0.20", "version": "0.0.21",
"license": "MIT", "license": "MIT",
"lint": false, "lint": false,
"exports": "./mod.ts", "exports": "./mod.ts",

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-image-processing", "name": "kunkun-ext-image-processing",
"version": "0.0.20", "version": "0.0.21",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-image-processing", "repository": "https://github.com/kunkunsh/kunkun-ext-image-processing",
"kunkun": { "kunkun": {
@ -13,7 +13,7 @@
"type": "iconify", "type": "iconify",
"value": "lucide:image" "value": "lucide:image"
}, },
"demoImages": [], "demoImages": ["https://i.imgur.com/NLFXPOu.png"],
"permissions": [ "permissions": [
"dialog:all", "dialog:all",
"clipboard:read-files", "clipboard:read-files",