@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
|