Skip to content

Commit 7148124

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

File tree

1 file changed

+0
-4
lines changed
  • pr-preview/pr-248/foundational-api-samples/hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot

1 file changed

+0
-4
lines changed

pr-preview/pr-248/foundational-api-samples/hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
<script src="_framework/blazor.webassembly.js"></script>
3030

3131
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.min.js"></script>
32-
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
33-
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
3432

3533
<script>
3634
/** LICENSE ALERT - README
@@ -48,8 +46,6 @@
4846

4947
// Optional. Used to load wasm resources in advance, reducing latency between video playing and barcode decoding.
5048
Dynamsoft.Core.CoreModule.loadWasm(["DBR"]);
51-
// // 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
52-
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
5349
// Defined globally for easy debugging.
5450
let cameraEnhancer, cvRouter;
5551
let videoModuleLoaded = false;

0 commit comments

Comments
 (0)