Skip to content

Commit 02b91eb

Browse files
committed
Deploy preview for PR 248 🛫
1 parent da32a1f commit 02b91eb

File tree

4 files changed

+194
-274
lines changed

4 files changed

+194
-274
lines changed

pr-preview/pr-248/balloon.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

pr-preview/pr-248/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@10.5.3000/dist/dbr.bundle.min.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="../../../../distributables/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(["dbr"]);
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 = "../../../../distributables/";
329329

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

pr-preview/pr-248/foundational-api-samples/use-case/read-a-drivers-license/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>Read a Driver's License</h1>
5151
</div>
5252
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.min.js"></script>
5353
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
54-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
54+
<!-- <script src="../../../../distributables/dbr.bundle.js"></script> -->
5555
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-code-parser@2.4.32/dist/dcp.js"></script>
5656
<script>
5757
/** LICENSE ALERT - README
@@ -70,7 +70,7 @@ <h1>Read a Driver's License</h1>
7070
// Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
7171
Dynamsoft.Core.CoreModule.loadWasm(["DBR", "DCP"]);
7272
// // 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
73-
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
73+
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../../distributables/";
7474
Dynamsoft.DCP.CodeParserModule.loadSpec("AAMVA_DL_ID");
7575
Dynamsoft.DCP.CodeParserModule.loadSpec("AAMVA_DL_ID_WITH_MAG_STRIPE");
7676
Dynamsoft.DCP.CodeParserModule.loadSpec("SOUTH_AFRICA_DL");

0 commit comments

Comments
 (0)