Skip to main content

interface.MeasureImportMap

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

Source

@novorender/measure/imports.ts:30


measureWorker

measureWorker?: string | URL

Inlined measure worker, or URL to download.

Default Value

"./measureWorker.js"

Source

@novorender/measure/imports.ts:39


nurbsWasm

nurbsWasm?: string | ArrayBuffer | URL

Inlined WASM instance, or URL to download.

Default Value

"./nurbs.wasm"

Source

@novorender/measure/imports.ts:34