UNPKG

itk-wasm

Version:

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

8 lines 370 B
// itk-wasm Browser pipeline functions export { default as runPipeline } from './run-pipeline.js'; export { default as createWebWorker } from './create-web-worker.js'; export * from './pipeline-worker-url.js'; export * from './pipelines-base-url.js'; export * from './pipelines-query-params.js'; export * from './default-web-worker.js'; //# sourceMappingURL=index.js.map