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 2929 < script src ="_framework/blazor.webassembly.js "> </ script >
3030
3131 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /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
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 ;
You can’t perform that action at this time.
0 commit comments