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