Skip to content

Commit a600d01

Browse files
authored
Update index.md
1 parent 9f826c4 commit a600d01

File tree

1 file changed

+8
-0
lines changed
  • programming/javascript/user-guide

1 file changed

+8
-0
lines changed

programming/javascript/user-guide/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ The complete code of the "Hello World" example is shown below
154154
</a>
155155
</p>
156156

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+
157165
-----
158166
159167
#### About the code

0 commit comments

Comments
 (0)