Now with QR code scanner!

This commit is contained in:
Scott Idem
2024-03-14 20:31:37 -04:00
parent 20b42ac6aa
commit 68b0efb6c9
4 changed files with 419 additions and 6 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,8 @@
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"dexie": "^4.0.1-beta.14",
"highlight.js": "11.9.0"
"highlight.js": "11.9.0",
"html5-qrcode": "^2.3.8"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
@@ -2928,6 +2929,11 @@
"node": ">=12.0.0"
}
},
"node_modules/html5-qrcode": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/html5-qrcode/-/html5-qrcode-2.3.8.tgz",
"integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ=="
},
"node_modules/human-signals": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",