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-single-barcode/electron/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ This sample demonstrates how to use the `BarcodeScanner` API from the [Dynamsoft
8
8
- Renders barcodeScanner inside a container
9
9
- Scans one barcode at a time from video
10
10
11
+
## 🚀 Quick Start
12
+
13
+
### 1. Install Dependencies
14
+
15
+
```bash
16
+
npm install
17
+
```
18
+
19
+
### 2. Start the App
20
+
21
+
```bash
22
+
npm run start
23
+
```
24
+
11
25
## 📌 Customization
12
26
13
27
Please refer to sample [`scan-multiple-barcodes`](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/barcode-scanner-api-samples/scan-multiple-barcodes) or check the official [documentation](https://dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/barcode-scanner-customization.html).
0 commit comments