Skip to content

Commit 89b7701

Browse files
Merge pull request #446 from dynamsoft-docs/preview
update to internal commit 049f3fee
2 parents f950a03 + d088e25 commit 89b7701

File tree

3 files changed

+261
-244
lines changed

3 files changed

+261
-244
lines changed

programming/javascript/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This is introduction page of Dynamsoft Barcode Reader JavaScript SD
55
keywords: javascript, js
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
8-
noTitleIndex: false
8+
noTitleIndex: true
99
breadcrumbText: JavaScript
1010
---
1111

@@ -23,7 +23,7 @@ To get a fast start, you can
2323

2424
The following describes the highlights of DBR JavaScript edition (DBR-JS) version 10.x.
2525

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
2727

2828
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.
2929

@@ -38,9 +38,11 @@ With `BarcodeScanner`, you can:
3838
> [!TIP]
3939
> 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.
4040
41+
---
42+
4143
## Fast Integration
4244

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.
4446

4547
### Camera Control
4648

@@ -96,7 +98,7 @@ Read the [User Guide](user-guide/barcode-scanner.html) to start building your ow
9698

9799
### API Reference
98100

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).
100102

101103
### Release Notes
102104

0 commit comments

Comments
 (0)