Skip to content

Commit 8b70eae

Browse files
committed
dist/ui/barcode-scanner.ui.xml
1 parent 5378c14 commit 8b70eae

File tree

2 files changed

+2
-2
lines changed
  • barcode-scanner-api-samples/scan-single-barcode

2 files changed

+2
-2
lines changed

barcode-scanner-api-samples/scan-single-barcode/capacitor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/[email protected]/dist/barcode-scanner.ui.xml",
12+
uiPath: "https://cdn.jsdelivr.net/npm/[email protected]/dist/ui/barcode-scanner.ui.xml",
1313

1414
// showUploadImageButton: true,
1515
// scannerViewConfig: {

barcode-scanner-api-samples/scan-single-barcode/native-ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/[email protected]/dist/barcode-scanner.ui.xml",
12+
uiPath: "https://cdn.jsdelivr.net/npm/[email protected]/dist/ui/barcode-scanner.ui.xml",
1313

1414
// showUploadImageButton: true,
1515
// scannerViewConfig: {

0 commit comments

Comments
 (0)