UNPKG

itk-wasm

Version:

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

4 lines (3 loc) 232 B
import RunPipelineOptions from './run-pipeline-options'; declare function createWebWorker(pipelineWorkerUrl?: string | null, queryParams?: RunPipelineOptions['pipelineQueryParams']): Promise<Worker>; export default createWebWorker;