UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

4 lines (3 loc) 125 B
import { Image } from 'itk-wasm'; declare function readImageHTTP(url: string): Promise<Image>; export default readImageHTTP;