Skip to content

Commit 84ef573

Browse files
committed
Updated readme and more for the new sample
1 parent cf96abf commit 84ef573

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ barcodeScanner.launch();
4949
- This sample scans **multiple unique barcodes**, you can configure `scanMode` to change the behavior to scan one single barcode.
5050
- To avoid network-related loading issues, consider hosting all required resources locally.
5151

52-
## 🛒 List Builder
52+
## 🛒 Cart Builder
5353

5454
This sample simulates a shopping experience where users scan barcodes to add items to a dynamic cart.
5555

barcode-scanner-api-samples/scan-multiple-barcodes/list-builder.html renamed to barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html

File renamed without changes.

barcode-scanner-api-samples/scan-single-barcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ barcodeScanner.launch();
4848
Scan multiple barcodes:
4949

5050
* [**Hello World**](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/barcode-scanner-api-samples/scan-multiple-barcodes): Scan multiple barcodes from video stream with minimum code in JavaScript.
51-
* [**List Builder**](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/barcode-scanner-api-samples/scan-multiple-barcodes): Simulates a shopping experience where users scan barcodes to add items to a dynamic cart.
51+
* [**Cart Builder**](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/barcode-scanner-api-samples/scan-multiple-barcodes): Simulates a shopping experience where users scan barcodes to add items to a dynamic cart.

index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,12 @@
2020
<h3>BarcodeScanner API Samples</h3>
2121
</div>
2222
<div class="children">
23-
<div class="file">Hello World</div>
23+
<div class="file">Scan Single Barcode</div>
2424
<div class="children">
2525
<div class="file"><a data-balloon-length="fit" data-balloon-pos="down" aria-label="Minimum necessary
26-
JavaScript code to scan a barcode from camera." class="button title" href="barcode-scanner-api-samples/scan-single-barcode/hello-world.html">Scan
27-
Single Barcode</a><span id="icon001" class="tooltipIcon"></span>
26+
JavaScript code to scan a barcode from camera." class="button title" href="barcode-scanner-api-samples/scan-single-barcode/hello-world.html">Hello World</a><span id="icon001" class="tooltipIcon"></span>
2827
<a class="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/barcode-scanner-api-samples/scan-single-barcode/hello-world.html" title="Check code on GitHub"></a>
2928
</div>
30-
<div class="file"><a data-balloon-length="fit" data-balloon-pos="down" aria-label="Minimum necessary
31-
JavaScript code to read barcodes from camera." class="button title" href="barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html">Scan
32-
Multiple Barcodes</a><span id="icon001" class="tooltipIcon"></span>
33-
<a class="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html" title="Check code on GitHub"></a>
34-
</div>
3529
<div class="file"><a data-balloon-length="fit" data-balloon-pos="down" aria-label="Read barcodes from camera and images in an Angular
3630
Application." class="button title" onclick="linkRedirect('angular')" href="javascript:void(0);">Hello World in
3731
Angular (<img alt="Angular logo"
@@ -56,6 +50,19 @@ <h3>BarcodeScanner API Samples</h3>
5650
<a class="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/barcode-scanner-api-samples/scan-single-barcode/vue" title="Check code on GitHub"></a>
5751
</div>
5852
</div>
53+
<div class="file">Scan Multiple Barcodes</div>
54+
<div class="children">
55+
<div class="file"><a data-balloon-length="fit" data-balloon-pos="down" aria-label="Minimum necessary
56+
JavaScript code to read barcodes from camera." class="button title" href="barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html">Hello World
57+
</a><span id="icon001" class="tooltipIcon"></span>
58+
<a class="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html" title="Check code on GitHub"></a>
59+
</div>
60+
<div class="file"><a data-balloon-length="fit" data-balloon-pos="down" aria-label="Simulates a shopping
61+
experience where users scan barcodes to add items to a dynamic cart. " class="button title" href="barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html">Scan
62+
to Cart Simulation</a><span id="icon001" class="tooltipIcon"></span>
63+
<a class="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html" title="Check code on GitHub"></a>
64+
</div>
65+
</div>
5966
</div>
6067
<div class="file">
6168
<h3>Foundational API Samples</h3>

0 commit comments

Comments
 (0)