Skip to content

Commit 06660d7

Browse files
committed
fix: some QR codes not detectable
Bumping jsQR to 1.3.1 seems to fix the issue. Issue: #193
1 parent d31bd5e commit 06660d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/jsqr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default () => {
1313
/* eslint-disable no-undef */
1414
return inlineWorker(function() {
1515
self.importScripts(
16-
"https://cdn.jsdelivr.net/npm/jsqr@1.2.0/dist/jsQR.min.js"
16+
"https://cdn.jsdelivr.net/npm/jsqr@1.3.1/dist/jsQR.min.js"
1717
);
1818

1919
self.addEventListener("message", function(event) {

0 commit comments

Comments
 (0)