There was an error while loading. Please reload this page.
1 parent 6e23f11 commit 7aaf6d9Copy full SHA for 7aaf6d9
example/index.html
@@ -29,9 +29,10 @@
29
worker.postMessage({
30
type: "convert",
31
data: JSON.parse(dataArea.value),
32
- // optional, use CDN by default
33
- // path is relative to webworker js file
34
- wasmPath: "wasm/xlsx_import_bg.wasm"
+ // path relative to js file of worker
+ // wasmPath: "wasm/xlsx_import_bg.wasm"
+ // if not provided, will load wasm file from CDN
35
+ // https://cdn.dhtmlx.com/libs/json2excel/1.0/lib.wasm
36
});
37
}
38
0 commit comments