Skip to content

Commit e4ef691

Browse files
committed
Make BarcodeScanner feature list more concrete in guide
1 parent 70f5c24 commit e4ef691

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • programming/javascript/user-guide

programming/javascript/user-guide/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ description: This is the authoritative guide for the Dynamsoft Barcode Reader Ja
2323

2424
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
2525

26-
The `BarcodeScanner` class offers the following features:
26+
The `BarcodeScanner` class offers:
2727

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
3331

3432
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).
3533

0 commit comments

Comments
 (0)