UNPKG

image-wife

Version:

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

9 lines (7 loc) 176 B
import { RollTypes, } from './RollTypes'; export interface CustomSvgFilterProps { readonly filterId: number; readonly type: typeof RollTypes.MonochromeFilter; }