UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

9 lines 338 B
// @ts-nocheck /** * @deprecated Use readImageNode from @itk-wasm/image-io instead */ async function readImageLocalFile(filePath, options) { throw new Error('readImageLocalFile is deprecated. Use readImageNode from @itk-wasm/image-io instead.'); } export default readImageLocalFile; //# sourceMappingURL=read-image-local-file.js.map