Skip to content

Commit 1e91468

Browse files
dev (#273)
* feat(templates): update templates & add debug tool link * fix: update canonical links in HTML files for accurate routing * UPDATE * fix: update script path for local SDK loading in HTML files --------- Co-authored-by: SHEN <[email protected]>
1 parent 099c644 commit 1e91468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="barcode-scanner-title">
1919
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
2020
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.js"></script>
2121
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
22-
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
22+
<!-- <script src="../dist/dbr.bundle.js"></script> -->
2323

2424
<script>
2525
// Configuration object for initializing the BarcodeScanner instance. Refer to https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html#barcodescannerconfig

read-an-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Hello World (Read an Image)</h1>
1717
<div id="results"></div>
1818
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.bundle.js"></script>
1919
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
20-
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
20+
<!-- <script src="../dist/dbr.bundle.js"></script> -->
2121

2222
<script>
2323
/** LICENSE ALERT - README

0 commit comments

Comments
 (0)