mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
chore: bump version to 0.0.21, add demo image URL, and update README with store link
This commit is contained in:
parent
56fb480efb
commit
8554992020
@ -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
|
||||||
|
|
||||||
|

|
||||||
|
2
jsr.json
2
jsr.json
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user