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