We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55f1b8 + 71d2afc commit 93fa169Copy full SHA for 93fa169
programming/javascript/index.md
@@ -70,6 +70,13 @@ The following lines of code is all that is required to create a web page that sc
70
```
71
72
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
+> ```
80
81
### Camera Control
82
0 commit comments