Skip to content

Commit 8c9e700

Browse files
committed
Update README.md
1 parent 8b70eae commit 8c9e700

File tree

1 file changed

+14
-0
lines changed
  • barcode-scanner-api-samples/scan-single-barcode/electron

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ This sample demonstrates how to use the `BarcodeScanner` API from the [Dynamsoft
88
- Renders barcodeScanner inside a container
99
- Scans one barcode at a time from video
1010

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+
1125
## 📌 Customization
1226

1327
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

Comments
 (0)