mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
96b0543351
* Add barcode reader widget to qrcode plugin * Don't use a fixed ID
35 lines
900 B
Plaintext
35 lines
900 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "qrcode/qrcode.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/qrcode/qrcode/qrcode.js",
|
|
"module-type": "library"
|
|
}
|
|
},{
|
|
"file": "qrcode/LICENSE",
|
|
"fields": {
|
|
"type": "text/plain",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|