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 323 B
// @ts-nocheck /** * @deprecated Use readMeshBlob from @itk-wasm/mesh-io instead */ async function readMeshBlob(webWorker, blob, fileName, mimeType) { throw new Error('readMeshBlob is deprecated. Use readMesh from @itk-wasm/mesh-io instead.'); } export default readMeshBlob; //# sourceMappingURL=read-mesh-blob.js.map