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.
1 parent 9f826c4 commit a600d01Copy full SHA for a600d01
programming/javascript/user-guide/index.md
@@ -154,6 +154,14 @@ The complete code of the "Hello World" example is shown below
154
</a>
155
</p>
156
157
+> Don't want to deal with too many details? We also have an **out-of-the-box** version:
158
+>
159
+> [Easy Barcode Scanner >>](https://github.com/Dynamsoft/easy-barcode-scanner) available for your reference.
160
+> ```js
161
+> // Scan instantly with a single function!
162
+> let txt = await EasyBarcodeScanner.scan();
163
+> ```
164
+
165
-----
166
167
#### About the code
0 commit comments