@mlightcad/mtext-renderer 0.8.5 → 0.8.6

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.
@@ -14,7 +14,7 @@ export interface WebWorkerRendererConfig {
14
14
  * URL path to the worker script
15
15
  * @default './assets/mtext-renderer-worker.js'
16
16
  */
17
- workerUrl?: string;
17
+ workerUrl?: string | URL;
18
18
  /**
19
19
  * Timeout duration in milliseconds for worker requests
20
20
  * @default 120000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/mtext-renderer",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "AutoCAD MText renderer based on Three.js",
5
5
  "license": "MIT",
6
6
  "author": "MLight Lee <mlight.lee@outlook.com>",