Skip to content

Commit e004226

Browse files
committed
remove showPowerByDynamsoft comment
1 parent dd03f75 commit e004226

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

barcode-scanner-api-samples/scan-single-barcode/angular/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

barcode-scanner-api-samples/scan-single-barcode/hello-world.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

barcode-scanner-api-samples/scan-single-barcode/react/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

barcode-scanner-api-samples/scan-single-barcode/vue/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)