UNPKG

itk-wasm

Version:

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

5 lines (4 loc) 374 B
import ITKWasmEmscriptenModule from '../itk-wasm-emscripten-module.js'; import RunPipelineOptions from '../run-pipeline-options.js'; declare function loadEmscriptenModuleWebWorker(moduleRelativePathOrURL: string | URL, baseUrl: string, queryParams?: RunPipelineOptions['pipelineQueryParams']): Promise<ITKWasmEmscriptenModule>; export default loadEmscriptenModuleWebWorker;