From e0b0d57626261b9db6174dce2847029c607e0fee Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 11 Nov 2025 14:32:25 +0800 Subject: [PATCH] Update barcode-scanner.md to adjust comment formatting and improve clarity in the user guide --- programming/javascript/user-guide/barcode-scanner.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programming/javascript/user-guide/barcode-scanner.md b/programming/javascript/user-guide/barcode-scanner.md index fb74d720..87e841a9 100644 --- a/programming/javascript/user-guide/barcode-scanner.md +++ b/programming/javascript/user-guide/barcode-scanner.md @@ -11,13 +11,13 @@ description: Dynamsoft Barcode Scanner User Guide # 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](#build-a-web-based-barcode-scanner-using-just-a-few-lines-of-javascript) + This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition. @@ -54,11 +54,11 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults ## License -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) + - + {% include trialLicense.html %} ## Quick Start: Hello World Example