Skip to content

Commit dd14f2a

Browse files
committed
Streamline intro page: remove Performance section, consolidate navigation
1 parent 8490539 commit dd14f2a

1 file changed

Lines changed: 8 additions & 28 deletions

File tree

programming/javascript/index.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ npm install dynamsoft-barcode-reader-bundle@11.2.4000
3737

3838
**Browser support:** Chrome 78+, Firefox 68+, Safari 14+, Edge 79+ (desktop and mobile). See [full system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html).
3939

40-
To get started, you can
41-
42-
- read the [User Guide](user-guide/index.html), or
43-
- try the [Samples and Demos](samples-demos/)
44-
4540
## BarcodeScanner – One Line of Code
4641

4742
Add barcode scanning to your website with a single line of code:
@@ -65,31 +60,16 @@ That's it. The `BarcodeScanner` class handles everything:
6560

6661
This is the recommended way to use DBR-JS for most applications.
6762

68-
![Interactive UI](assets/interactive-ui.png)
69-
70-
> [!TIP]
71-
> Need more control over UI, camera, or decoding workflow? See the [Foundational APIs](user-guide/foundational-api.html) for advanced customization.
72-
73-
## Performance
74-
75-
`BarcodeScanner` decodes most barcodes in under 100ms, even in challenging conditions like poor lighting, damaged labels, or distorted prints. It includes multi-frame verification and confidence scoring to ensure accurate results.
76-
77-
> [!NOTE]
78-
> If `BarcodeScanner` doesn't meet your specific requirements, explore the [Foundational APIs](user-guide/foundational-api.html) for advanced customization, or [contact us](https://www.dynamsoft.com/contact/) to discuss your use case.
79-
8063
## Next Step
8164

82-
| Use Case | Recommended Guide |
83-
| ------------------------------------------------------------------------------- | ---------------------------------------------------------- |
84-
| Quick integration with built-in UI | [BarcodeScanner Guide](user-guide/index.html) |
85-
| Custom UI, fine-grained control, or extended workflows (document scanning, text recognizing) | [Foundational API Guide](user-guide/foundational-api.html) |
65+
| Use Case | Recommended |
66+
|----------|-------------|
67+
| Quick integration with built-in UI | [BarcodeScanner Guide](user-guide/index.html) |
68+
| Custom UI, fine-grained control, or extended workflows | [Foundational API Guide](user-guide/foundational-api.html) |
69+
| Need help deciding? | [Contact us](https://www.dynamsoft.com/contact/) |
8670

8771
## See Also
8872

89-
### API Reference
90-
91-
For an overview of the APIs, see the [BarcodeScanner API Reference](api-reference/barcode-scanner.html).
92-
93-
### Release Notes
94-
95-
For a peek of DBR-JS history, check the [Release Notes](release-notes/).
73+
- [BarcodeScanner API Reference](api-reference/barcode-scanner.html)
74+
- [Samples and Demos](samples-demos/)
75+
- [Release Notes](release-notes/)

0 commit comments

Comments
 (0)