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