You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: barcode-scanner-api-samples/scan-multiple-barcodes/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# 📦 Scan Multiple Barcodes Samples
3
3
4
-
## 🚀 Hello World
4
+
## 🚀 1. Hello World
5
5
6
6
This sample demonstrates how to use the `BarcodeScanner` API from the [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/) to scan **multiple barcodes continuously** from a video stream in a web application.
7
7
@@ -49,7 +49,7 @@ barcodeScanner.launch();
49
49
- This sample scans **multiple unique barcodes**, you can configure `scanMode` to change the behavior to scan one single barcode.
50
50
- To avoid network-related loading issues, consider hosting all required resources locally.
51
51
52
-
## 🛒 Cart Builder
52
+
## 🛒 2. Cart Builder
53
53
54
54
This sample simulates a shopping experience where users scan barcodes to add items to a dynamic cart.
0 commit comments