File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
foundational-api-samples/hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 29
29
< script src ="_framework/blazor.webassembly.js "> </ script >
30
30
31
31
< 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> -->
34
32
35
33
< script >
36
34
/** LICENSE ALERT - README
48
46
49
47
// Optional. Used to load wasm resources in advance, reducing latency between video playing and barcode decoding.
50
48
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/";
53
49
// Defined globally for easy debugging.
54
50
let cameraEnhancer , cvRouter ;
55
51
let videoModuleLoaded = false ;
You can’t perform that action at this time.
0 commit comments