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 be7639e commit 8b980e4Copy full SHA for 8b980e4
barcode-scanner-api-samples/scan-single-barcode/hello-world.html
@@ -38,7 +38,7 @@ <h1 class="barcode-scanner-title">Hello World (Decode via Camera)</h1>
38
container: ".barcode-scanner-view",
39
}
40
const barcodeScanner = new Dynamsoft.BarcodeScanner(config);
41
- barcodeScannerD.launch().then((result)=>{
+ barcodeScanner.launch().then((result)=>{
42
console.log(result);
43
})
44
</script>
0 commit comments