@mlightcad/libredwg-converter 3.12.5 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ const dwgConverter = new AcDbLibreDwgConverter({
|
|
|
39
39
|
AcDbDatabaseConverterManager.instance.register(AcDbFileType.DWG, dwgConverter);
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
Deploy `libredwg-parser-worker.js` from this package's `dist/` folder to
|
|
42
|
+
Deploy both `libredwg-parser-worker.js` and its sibling `libredwg-web.wasm` from this package's `dist/` folder to the same public directory. The worker loads the wasm from next to itself at runtime.
|
|
43
43
|
|
|
44
44
|
## API
|
|
45
45
|
|