chore: replace jsqr with zxing-wasm for barcode reading

This commit is contained in:
Siddharth Kumar Sah
2026-04-13 11:31:58 +08:00
parent 018fd943d8
commit ac7a6448ef
2 changed files with 20 additions and 10 deletions
+2 -2
View File
@@ -27,7 +27,6 @@
"exif-reader": "^2.0.3",
"fastify": "^5.2.0",
"js-yaml": "^4.1.1",
"jsqr": "^1.4.0",
"mupdf": "^1.27.0",
"p-queue": "^9.1.0",
"pdfkit": "^0.18.0",
@@ -36,7 +35,8 @@
"qrcode": "^1.5.4",
"sharp": "^0.33.0",
"tsx": "^4.19.0",
"zod": "^3.24.0"
"zod": "^3.24.0",
"zxing-wasm": "^3.0.2"
},
"devDependencies": {
"@types/archiver": "^7.0.0",