UNPKG

itk-wasm

Version:

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

12 lines (9 loc) 257 B
import Image from '../../interface-types/image.js' import TypedArray from '../../typed-array.js' function imageTransferables (image: Image): Array<TypedArray | null> { return [ image.data, image.direction ] } export default imageTransferables