UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

10 lines (7 loc) 273 B
let pipelineWorkerUrl: string | URL | null | undefined export function setPipelineWorkerUrl (workerUrl: string | URL | null): void { pipelineWorkerUrl = workerUrl } export function getPipelineWorkerUrl (): string | URL | null | undefined { return pipelineWorkerUrl }