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
|
# 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
|
## Features
|
||||||
|
|
||||||
- Generate QRCode from text/url
|
- Generate QRCode from text/url
|
||||||
- Detect QRCode from screenshot in clipboard
|
- Detect QRCode from screenshot in clipboard
|
||||||
|
|
||||||
|

|
||||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-qrcode",
|
"name": "@kunkun/kunkun-ext-qrcode",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://schema.kunkun.sh/",
|
"$schema": "https://schema.kunkun.sh/",
|
||||||
"name": "kunkun-ext-qrcode",
|
"name": "kunkun-ext-qrcode",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "QRCode Extension",
|
"description": "QRCode Extension",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"type": "iconify",
|
"type": "iconify",
|
||||||
"value": "mingcute:qrcode-line"
|
"value": "mingcute:qrcode-line"
|
||||||
},
|
},
|
||||||
"demoImages": [],
|
"demoImages": ["https://i.imgur.com/1tEbTjJ.png"],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"clipboard:read-text",
|
"clipboard:read-text",
|
||||||
"clipboard:read-image",
|
"clipboard:read-image",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user