@novorender/web_app / MeasureImportMap
Interface: MeasureImportMap
A map describing inlined resources, or urls where to fetch them.
Properties
baseUrl
readonly baseUrl: URL;
The absolute base url to be applied to the other URLs.
See
https://developer.mozilla.org/en-US/docs/Web/API/URL/URL
Defined in
@novorender/measure/imports.ts:30
measureWorker?
readonly optional measureWorker: string | URL;
Inlined measure worker, or URL to download.
Default Value
"./measureWorker.js"
Defined in
@novorender/measure/imports.ts:39
nurbsWasm?
readonly optional nurbsWasm: string | ArrayBuffer | URL;
Inlined WASM instance, or URL to download.
Default Value
"./nurbs.wasm"