Use html5-qrcode instead of @zxing/library directly for label scanner.

This improves the usability a bit
This commit is contained in:
Jan Böhmer 2022-08-13 22:41:54 +02:00
parent f98487a03b
commit ca5823819d
4 changed files with 57 additions and 113 deletions

View file

@ -57,7 +57,6 @@
"@ckeditor/ckeditor5-watchdog": "^35.0.0",
"@ckeditor/ckeditor5-word-count": "^35.0.0",
"@jbtronics/bs-treeview": "^1.0.1",
"@zxing/library": "^0.19.1",
"bootbox": "^5.4.0",
"bootstrap-select": "v1.14.0-beta3",
"bootswatch": "^5.1.3",
@ -76,6 +75,7 @@
"dompurify": "^2.0.6",
"emoji.json": "^13.1.0",
"exports-loader": "^3.0.0",
"html5-qrcode": "^2.2.1",
"jszip": "^3.2.0",
"katex": "^0.16.0",
"marked": "^4.0.3",