UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

7 lines (6 loc) 177 B
import { Image, WorkerPool } from 'itk-wasm'; interface ReadImageFileSeriesResult { image: Image; webWorkerPool: WorkerPool; } export default ReadImageFileSeriesResult;