File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed
barcode-scanner-api-samples Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ <h1 class="barcode-scanner-title">
6969 // Enable an "Upload Image" button for scanning barcodes from existing images
7070 showUploadImageButton : true ,
7171
72- // showPoweredByDynamsoft: false,
73-
7472 // Additional configuration for the scanner UI
7573 scannerViewConfig : {
7674 // showCloseButton: false, // Uncomment to show a close button in the scanner UI
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export class AppComponent {
2222 uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/" ,
2323
2424 // showUploadImageButton: true,
25- // showPoweredByDynamsoft: false,
2625 // scannerViewConfig: {
2726 // showFlashButton: true,
2827 // cameraSwitchControl: "toggleFrontBack",
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ <h1 class="barcode-scanner-title">
6060 container : document . querySelector ( ".barcode-scanner-view" ) , // Specify where to render the scanner UI
6161
6262 // showUploadImageButton: true,
63- // showPoweredByDynamsoft: false,
6463 // scannerViewConfig: {
6564 // showFlashButton: true,
6665 // cameraSwitchControl: "toggleFrontBack",
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ function App() {
1818 uiPath : "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/" ,
1919
2020 // showUploadImageButton: true,
21- // showPoweredByDynamsoft: false,
2221 // scannerViewConfig: {
2322 // showFlashButton: true,
2423 // cameraSwitchControl: "toggleFrontBack",
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ onMounted(() => {
1515 uiPath: " https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/" ,
1616
1717 // showUploadImageButton: true,
18- // showPoweredByDynamsoft: false,
1918 // scannerViewConfig: {
2019 // showFlashButton: true,
2120 // cameraSwitchControl: "toggleFrontBack",
You can’t perform that action at this time.
0 commit comments