chore: bump version to 0.1.4, add demo image, and update README with links

This commit is contained in:
Huakun Shen 2025-01-18 23:08:34 -05:00
parent d3eaf980e6
commit 2b0906ba1c
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-qrcode",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -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",