From 2b0906ba1c739b6d15a7c7e1ed4e26ab236dc225 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 23:08:34 -0500 Subject: [PATCH] chore: bump version to 0.1.4, add demo image, and update README with links --- README.md | 6 ++++++ jsr.json | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40cc78d..80b4591 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Kunkun Extension QRCode +- NPM: https://www.npmjs.com/package/kunkun-ext-qrcode +- Store: https://kunkun.sh/store/qrcode +- JSR: https://jsr.io/@kunkun/kunkun-ext-qrcode + ## Features - Generate QRCode from text/url - Detect QRCode from screenshot in clipboard + +![](https://i.imgur.com/1tEbTjJ.png) diff --git a/jsr.json b/jsr.json index 121c4c1..5f7e760 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-qrcode", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index fbdcb36..18929ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-qrcode", "license": "MIT", - "version": "0.1.3", + "version": "0.1.4", "description": "QRCode Extension", "repository": "https://github.com/kunkunsh/kunkun-ext-qrcode", "kunkun": { @@ -14,7 +14,7 @@ "type": "iconify", "value": "mingcute:qrcode-line" }, - "demoImages": [], + "demoImages": ["https://i.imgur.com/1tEbTjJ.png"], "permissions": [ "clipboard:read-text", "clipboard:read-image",