Skip to content

Commit 103629a

Browse files
committed
UPDATE
1 parent a7c8c5c commit 103629a

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A default license is included which allows you to test the sample apps for up to
3131

3232
## Documentation
3333

34-
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=10.5.3000&utm_source=sampleReadme).
34+
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.0.3000&utm_source=sampleReadme).
3535

3636
## Support
3737

barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1010
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1111
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
12-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
12+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
1313

1414

1515
<style>

barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1111
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1212
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
13-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
13+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
1414

1515

1616
<style>

barcode-scanner-api-samples/scan-single-barcode/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1212
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1313
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
14-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
14+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
1515

1616

1717
<style>

barcode-scanner-api-samples/scan-single-barcode/scan-and-search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1010
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1111
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
12-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
12+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
1313
</head>
1414

1515
<body>

foundational-api-samples/hello-world/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Hello World (Decode via Camera)</h1>
1717
<div id="results" style="width: 100%; height: 10vh; overflow: auto; white-space: pre-wrap"></div>
1818
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/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="../../../distributables/dbr.bundle.js"></script> -->
20+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
2121

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

foundational-api-samples/hello-world/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/dynamsoft-barcode-reader-bundle@11.0.3000/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="../../../distributables/dbr.bundle.js"></script> -->
20+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
2121

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

foundational-api-samples/others/debug/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
2424
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
2525
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
2626
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
27-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
27+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
2828
<script>
2929
eruda.init();
3030

@@ -48,7 +48,7 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
4848
// Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
4949
Dynamsoft.Core.CoreModule.loadWasm();
5050
// // If the network is unstable or you prefer to self-host the SDK, uncomment the line below to define the root path of the engine files
51-
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
51+
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../dist/";
5252
const init = async () => {
5353
try {
5454
// Create a `CameraEnhancer` instance for camera control and a `CameraView` instance for UI control.

foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>Click each input box to fill in!</h3>
6666
<div id="camera-view-container" style="width: 100%; height: 100%; background: #eee; display: none"></div>
6767
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
6868
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
69-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
69+
<!-- <script src="../../../dist/dbr.bundle.js"></script> -->
7070
<script>
7171
/** LICENSE ALERT - README
7272
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

foundational-api-samples/use-case/locate-an-item-with-barcode/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h6 id="camera-switch-notification"></h6>
308308
<img hidden id="cross-icon" src="icons/cross-icon.svg" />
309309
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
310310
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
311-
<!-- <script src="../../../../distributables/dbr.bundle.js"></script> -->
311+
<!-- <script src="../../../../dist/dbr.bundle.js"></script> -->
312312

313313
<script>
314314
/** LICENSE ALERT - README
@@ -325,7 +325,7 @@ <h6 id="camera-switch-notification"></h6>
325325
// Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
326326
Dynamsoft.Core.CoreModule.loadWasm();
327327
// // If the network is unstable or you prefer to self-host the SDK, uncomment the line below to define the root path of the engine files
328-
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../../distributables/";
328+
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../../dist/";
329329

330330
const cameraViewContainer = document.getElementById("camera-view-container");
331331
const cameraViewTitle = document.getElementById("camera-view-title");

0 commit comments

Comments
 (0)