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