UNPKG

itk-wasm

Version:

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

7 lines (5 loc) 247 B
import { setPipelineWorkerUrl } from './index.js' // @ts-expect-error: TS1192 import pipelineWorker from '../dist/pipeline/web-workers/bundles/itk-wasm-pipeline.worker.js' setPipelineWorkerUrl(pipelineWorker as string) export * from './index.js'