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 a2b9fad commit 5853d84Copy full SHA for 5853d84
barcode-scanner-api-samples/scan-single-barcode/scan-and-search.html
@@ -38,10 +38,6 @@ <h3></h3>
38
async function startScanner() {
39
const barcodeScanner = new Dynamsoft.BarcodeScanner({
40
license: "", // Replace with valid license key
41
- engineResourcePaths: {
42
- rootDirectory:
43
- "https://cdn.jsdelivr.net/npm/[email protected]/dist/",
44
- },
45
scanMode: Dynamsoft.EnumScanMode.SM_SINGLE,
46
showUploadImageButton: true,
47
scannerViewConfig: {
0 commit comments