Add barcode reader widget to qrcode plugin (#7746)

* Add barcode reader widget to qrcode plugin

* Don't use a fixed ID
This commit is contained in:
Jeremy Ruston
2023-10-14 09:42:34 +01:00
committed by GitHub
parent b7562f0c7b
commit 96b0543351
24 changed files with 813 additions and 30 deletions

View File

@@ -1,18 +1,34 @@
{
"tiddlers": [
{
"file": "qrcode.js",
"file": "qrcode/qrcode.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/qrcode/qrcode.js",
"title": "$:/plugins/tiddlywiki/qrcode/qrcode/qrcode.js",
"module-type": "library"
}
},{
"file": "LICENSE",
"file": "qrcode/LICENSE",
"fields": {
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/qrcode/license"
"title": "$:/plugins/tiddlywiki/qrcode/qrcode/license"
}
},{
"file": "html5-qrcode/html5-qrcode.min.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/qrcode/html5-qrcode/html5-qrcode.js",
"module-type": "library"
},
"prefix": "window.__Html5QrcodeLibrary__ = {};",
"suffix": "\n;exports.__Html5QrcodeLibrary__ = __Html5QrcodeLibrary__;window.__Html5QrcodeLibrary__ = __Html5QrcodeLibrary__;"
},{
"file": "html5-qrcode/LICENSE",
"fields": {
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/qrcode/html5-qrcode/license"
}
}
]
}