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/user-guide/index.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,40 +31,23 @@ The `BarcodeScanner` class offers the following features:
31
31
32
32
- Intuitive configuration objects that streamline both algorithm and UI setup.
33
33
34
-
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). Before starting, ensure the **basic requirements** are met.
34
+
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).
35
35
36
-
<!--
37
-
Thanks to its simplified APIs and built-in UI for video streaming, you can implement basic scanning functionality with just one line of code:
38
-
39
-
```js
40
-
new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults[0].text));
<a target="_blank" href="https://jsfiddle.net/DynamsoftTeam/csm2f9wb/" title="Run via JSFiddle" style="text-decoration:none;">
45
-
<img src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/jsfiddle.svg" alt="Run via JSFiddle" width="20" height="20" style="width:20px;height:20px;" >
46
-
</a>
47
-
</p>
48
-
-->
36
+
**Requirements:**
49
37
50
38
- Internet connection
51
-
- A supported browser
39
+
- A supported browser (see [system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html))
52
40
- Camera access
53
41
54
-
> [!TIP]
55
-
> Please refer to [system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html) for more details.
56
-
57
42
## License
58
43
59
-
<!-- When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) -->
60
-
61
44
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
62
45
63
46
{% include trialLicense.html %}
64
47
65
48
## Quick Start: Hello World Example
66
49
67
-
Scan One Single Barcode via Camera
50
+
### Scan One Single Barcode via Camera
68
51
69
52
```html
70
53
<!DOCTYPE html>
@@ -105,7 +88,7 @@ Scan One Single Barcode via Camera
0 commit comments