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/index.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: This is introduction page of Dynamsoft Barcode Reader JavaScript SD
5
5
keywords: javascript, js
6
6
needAutoGenerateSidebar: true
7
7
needGenerateH3Content: true
8
-
noTitleIndex: false
8
+
noTitleIndex: true
9
9
breadcrumbText: JavaScript
10
10
---
11
11
@@ -23,7 +23,7 @@ To get a fast start, you can
23
23
24
24
The following describes the highlights of DBR JavaScript edition (DBR-JS) version 10.x.
25
25
26
-
## New in v10.5.3000: BarcodeScanner – Simplified API and Built-in UI
26
+
#✨New in v10.5.3000: BarcodeScanner – Simplified API and Built-in UI
27
27
28
28
Version 10.5.3000 introduces the all-new `BarcodeScanner` class, offering a streamlined API and a prebuilt interactive UI, making barcode scanning integration easier than ever. This is now the recommended way to use DBR-JS, especially for developers who want a quick, clean, and robust scanning experience with minimal setup.
29
29
@@ -38,9 +38,11 @@ With `BarcodeScanner`, you can:
38
38
> [!TIP]
39
39
> You can either get a [quick start with the BarcodeScanner APIs](user-guide/barcode-scanner.html) or experience a highly customizable [development with the foundational APIs](user-guide/index.html). If you're just starting out, we highly recommend using the `BarcodeScanner` class for the best balance of simplicity, performance, and user experience.
40
40
41
+
---
42
+
41
43
## Fast Integration
42
44
43
-
This [JSFiddle example](https://jsfiddle.net/DynamsoftTeam/csm2f9wb/) demonstrates all the code needed to build a web application using DBR, end users of the web page can open it in a browser, access their cameras and read barcodes directly from the video input.
45
+
This [JSFiddle example](https://jsfiddle.net/DynamsoftTeam/gcqjf5r7/) demonstrates all the code needed to build a web application using `BarcodeScanner`, end users of the web page can open it in a browser, access their cameras and read barcodes directly from the video input.
44
46
45
47
### Camera Control
46
48
@@ -96,7 +98,7 @@ Read the [User Guide](user-guide/barcode-scanner.html) to start building your ow
96
98
97
99
### API Reference
98
100
99
-
For an overview of the APIs, see the [API Reference](api-reference/).
101
+
For an overview of the APIs, see the [API Reference](api-reference/barcode-scanner.html).
0 commit comments