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 6dbc6ef commit 5501c36Copy full SHA for 5501c36
README.md
@@ -73,7 +73,7 @@ Below is the complete Hello World sample page that uses the precompiled script s
73
});
74
(async () => {
75
// Launch the scanner and wait for the result
76
- const result = await mrzScanner.launch({});
+ const result = await mrzScanner.launch();
77
})();
78
</script>
79
</body>
@@ -173,7 +173,7 @@ Above you will see the **simplest** way that you can initialize the MRZ Scanner.
173
```js
174
175
176
- const result = await mrzscanner.launch({});
+ const result = await mrzscanner.launch();
177
console.log(result);
178
179
```
0 commit comments