File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
barcode-scanner-api-samples/scan-single-barcode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config: BarcodeScannerConfig = {
99 container : document . querySelector ( ".barcode-scanner-view" ) as HTMLElement , // Specify where to render the scanner UI
1010
1111 // Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
12- uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.6000/dist/barcode-scanner.ui.xml" ,
12+ uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.6000/dist/ui/ barcode-scanner.ui.xml" ,
1313
1414 // showUploadImageButton: true,
1515 // scannerViewConfig: {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config: BarcodeScannerConfig = {
99 container : document . querySelector ( ".barcode-scanner-view" ) as HTMLElement , // Specify where to render the scanner UI
1010
1111 // Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
12- uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.6000/dist/barcode-scanner.ui.xml" ,
12+ uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.6000/dist/ui/ barcode-scanner.ui.xml" ,
1313
1414 // showUploadImageButton: true,
1515 // scannerViewConfig: {
You can’t perform that action at this time.
0 commit comments