mirror of
https://github.com/kunkunsh/kunkun-ext-qrcode.git
synced 2025-04-03 18:36:41 +00:00
chore: bump version to 0.1.4, add demo image, and update README with links
This commit is contained in:
parent
d3eaf980e6
commit
2b0906ba1c
@ -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
|
||||
|
||||

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