UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

9 lines (7 loc) 184 B
import { RollTypes, } from './RollTypes'; export const isTransformRoll = (roll: any) => ( roll === RollTypes.ReflectTransform || roll === RollTypes.RotateTransform );