We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78fea5 commit 4d2fdecCopy full SHA for 4d2fdec
foundational-api-samples/hello-world/electron/README.md
@@ -162,7 +162,7 @@ Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMD
162
*/
163
164
// Optional. Preload .wasm file for reading barcodes. It will save time on the initial decoding by skipping the resource loading.
165
-CoreModule.loadWasm();
+Dynamsoft.Core.CoreModule.loadWasm();
166
167
(async () => {
168
// Defined globally for easy debugging.
0 commit comments