UNPKG

itk-wasm

Version:

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

6 lines 251 B
// itk-wasm Browser API interfaces, data structures, and functions export * from './index-common.js'; export * from './pipeline/index.js'; export * from './worker-pool/index.js'; export * from './deprecated/index.js'; //# sourceMappingURL=index.js.map