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
Store: https://kunkun.sh/store/image-processing
## Features
- Image Info
- 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",
"name": "@kunkun/ext-image-processing",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"lint": false,
"exports": "./mod.ts",

View File

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