This commit is contained in:
cnwhy
2026-08-02 23:28:49 +08:00
parent c6f33bf5c9
commit f799ae2b40
12 changed files with 531 additions and 24 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "qr-decode",
"version": "0.0.5",
"version": "0.0.6",
"description": "QRCode parser/decode",
"main": "src/QRDecode.js",
"files": [
@@ -12,6 +12,7 @@
],
"scripts": {
"test": "node test/node.js",
"test:regression": "node test/all_regression.js",
"demo": "parcel ./demo/index.html",
"build": "bili browser.js --format umd,umd-min,es --module-name qrDecode --file-name qr-decode.[format][min][ext] --banner"
},