UNPKG

itk-wasm

Version:

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

10 lines 224 B
function meshTransferables(mesh) { return [ mesh.points, mesh.pointData, mesh.cells, mesh.cellData ]; } export default meshTransferables; //# sourceMappingURL=mesh-transferables.js.map