UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

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