itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
9 lines • 316 B
JavaScript
// @ts-nocheck
/**
* @deprecated Use readImage from @itk-wasm/image-io instead
*/
async function readImageFile(webWorker, file, options) {
throw new Error('readImageFile is deprecated. Use readImage from @itk-wasm/image-io instead.');
}
export default readImageFile;
//# sourceMappingURL=read-image-file.js.map