Skip to content

Commit 3126f8c

Browse files
committed
Update read-an-image.html
1 parent 51435d3 commit 3126f8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foundational-api-samples/hello-world/read-an-image.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h1>Hello World (Read an Image)</h1>
3636
// Optional. Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
3737
Dynamsoft.Core.CoreModule.loadWasm();
3838
// // 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
39-
// Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
4039
const resultsContainer = document.querySelector("#results");
4140

4241
let cvRouter; // an instance of CaptureVisionRouter

0 commit comments

Comments
 (0)