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/barcode-scanner.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ description: Dynamsoft Barcode Scanner User Guide
11
11
# Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript
12
12
13
13
<!-- Don't forget to add the TOC & update license section, which is useful for npm README.-->
14
-
-[Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript](#build-a-web-based-barcode-scanner-using-just-a-few-lines-of-javascript)
14
+
<!--- [Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript](#build-a-web-based-barcode-scanner-using-just-a-few-lines-of-javascript)
15
15
- [License](#license)
16
16
- [Quick Start: Hello World Example](#quick-start-hello-world-example)
17
17
- [Step 1: Setting up the HTML and Including the Barcode Scanner](#step-1-setting-up-the-html-and-including-the-barcode-scanner)
18
18
- [Step 2: Initializing the Barcode Scanner](#step-2-initializing-the-barcode-scanner)
19
19
- [Step 3: Launching the Barcode Scanner](#step-3-launching-the-barcode-scanner)
20
-
-[Next Steps](#next-steps)
20
+
- [Next Steps](#next-steps)-->
21
21
22
22
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
23
23
@@ -54,11 +54,11 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
54
54
55
55
## License
56
56
57
-
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)
57
+
<!--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)-->
58
58
59
-
<!--When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
59
+
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
0 commit comments