Skip to content

Commit 93fa169

Browse files
Merge pull request #392 from dynamsoft-docs/a362758199-patch-1
Update index.md
2 parents e55f1b8 + 71d2afc commit 93fa169

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

programming/javascript/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ The following lines of code is all that is required to create a web page that sc
7070
```
7171

7272
After the integration, end users of the web page can open it in a browser, access their cameras and read barcodes directly from the video input.
73+
> We also have an **out-of-the-box** version that achieves the same functionality with only one line of code.
74+
>
75+
> [Easy Barcode Scanner >>](https://github.com/Dynamsoft/easy-barcode-scanner) available for your reference.
76+
> ```js
77+
> // Scan instantly with a single function!
78+
> let txt = await EasyBarcodeScanner.scan();
79+
> ```
7380
7481
### Camera Control
7582

0 commit comments

Comments
 (0)