Skip to content

Commit 4d2fdec

Browse files
committed
update electron readme
1 parent e78fea5 commit 4d2fdec

File tree

1 file changed

+1
-1
lines changed
  • foundational-api-samples/hello-world/electron

1 file changed

+1
-1
lines changed

foundational-api-samples/hello-world/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMD
162162
*/
163163

164164
// Optional. Preload .wasm file for reading barcodes. It will save time on the initial decoding by skipping the resource loading.
165-
CoreModule.loadWasm();
165+
Dynamsoft.Core.CoreModule.loadWasm();
166166

167167
(async () => {
168168
// Defined globally for easy debugging.

0 commit comments

Comments
 (0)