MotionScript

@motion-script/core


@motion-script/core / ImageMatrix

Type Alias: ImageMatrix

ImageMatrix = Float32Array | number[][]

Defined in: attributes/shape/fill/implementations/image.ts:27

A raw image→shape matrix (3×3, row-major) as a 9-element Float32Array or a 3×3 nested array. The escape hatch: see ImageFillProp.matrix.