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
Add barcode scanning to your website with a single line of code:
42
+
`BarcodeScanner` is a ready-to-use class that combines barcode decoding with camera control and UI—all in one. Add barcode scanning to your website with a single line of code:
@@ -58,14 +58,14 @@ That's it. The `BarcodeScanner` class handles everything:
58
58
-**UI rendering** – Built-in viewfinder with scan region highlighting
59
59
-**Lifecycle management** – Start, pause, resume, and cleanup handled for you
60
60
61
-
This is the recommended way to use DBR-JS for most applications.
61
+
This is the recommended way to use DBR-JS for most applications. For advanced use cases requiring custom UI or integration with other Dynamsoft products, there's also a lower-level Foundational API.
62
62
63
63
## Next Step
64
64
65
65
| Use Case | Recommended |
66
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)|
67
+
| Quick integration with built-in UI |[BarcodeScanner Guide](user-guide/index.html)(Recommended) |
68
+
| Custom UI, fine-grained control, or extended workflows |[Foundational API Guide](user-guide/foundational-api.html)(lower-level APIs) |
69
69
| Need help deciding? |[Contact us](https://www.dynamsoft.com/contact/)|
0 commit comments