You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/javascript/user-guide/index.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,11 @@ description: This is the authoritative guide for the Dynamsoft Barcode Reader Ja
23
23
24
24
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
25
25
26
-
The `BarcodeScanner` class offers the following features:
26
+
The `BarcodeScanner` class offers:
27
27
28
-
- High-level APIs that deliver core functionality with a single line of code.
29
-
30
-
- Pre-built UI components for fast and easy integration.
31
-
32
-
- Intuitive configuration objects that streamline both algorithm and UI setup.
28
+
-**One-line integration** – Launch a full scanner with a single API call
29
+
-**Built-in UI** – Pre-designed viewfinder and scan region highlighting
30
+
-**Simple configuration** – Customize behavior through intuitive config objects
33
31
34
32
We recommend using this guide as a reference when creating your own application. If you are looking for a fully customizable barcode decoding library, you are welcome to use the [Foundational APIs](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/foundational-api.html).
0 commit comments