Skip to content

Commit 21db0d4

Browse files
update to internal commit 259371c9
1 parent 48291e6 commit 21db0d4

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ description: Dynamsoft Barcode Scanner User Guide
1010

1111
# Barcode Scanner JavaScript Edition - User Guide
1212

13-
- [Barcode Scanner JavaScript Edition - User Guide](#barcode-scanner-javascript-edition---user-guide)
14-
- [License](#license)
15-
- [Trial License](#trial-license)
16-
- [Full License](#full-license)
17-
- [Quick Start: Hello World Example](#quick-start-hello-world-example)
18-
- [Step 1: Setting up the HTML and Including the Barcode Scanner](#step-1-setting-up-the-html-and-including-the-barcode-scanner)
19-
- [Step 2: Initializing the Barcode Scanner](#step-2-initializing-the-barcode-scanner)
20-
- [Step 3: Launching the Barcode Scanner](#step-3-launching-the-barcode-scanner)
21-
- [Next Steps](#next-steps)
22-
2313
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
2414

2515
The `BarcodeScanner` class offers the following features:
@@ -65,7 +55,7 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
6555

6656
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)
6757

68-
<!-- {% include trialLicense.html %} -->
58+
{% include trialLicense.html %}
6959

7060
> [!IMPORTANT]
7161
> The trial license can be renewed via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
@@ -106,7 +96,7 @@ If you are fully satisfied with the solution and would like to move forward with
10696
```
10797

10898
<p align="center" style="text-align:center; white-space: normal; ">
109-
<a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/scan-single-barcode/hello-world/hello-world.html" title="Code in Github" style="text-decoration:none;">
99+
<a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/barcode-scanner-api-samples/scan-single-barcode/hello-world.html" title="Code in Github" style="text-decoration:none;">
110100
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg" alt="Code in Github" width="20" height="20" style="width:20px;height:20px;">
111101
</a>
112102
&nbsp;

0 commit comments

Comments
 (0)