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 (7 loc) 236 B
import Image from '../interface-types/image.js'; import WorkerPool from '../worker-pool/worker-pool.js'; interface ReadImageFileSeriesResult { image: Image; webWorkerPool: WorkerPool; } export default ReadImageFileSeriesResult;