We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31bd5e commit 06660d7Copy full SHA for 06660d7
src/worker/jsqr.js
@@ -13,7 +13,7 @@ export default () => {
13
/* eslint-disable no-undef */
14
return inlineWorker(function() {
15
self.importScripts(
16
- "https://cdn.jsdelivr.net/npm/jsqr@1.2.0/dist/jsQR.min.js"
+ "https://cdn.jsdelivr.net/npm/jsqr@1.3.1/dist/jsQR.min.js"
17
);
18
19
self.addEventListener("message", function(event) {
0 commit comments