UNPKG

image-wife

Version:

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

6 lines (5 loc) 173 B
import { RollTypes } from './RollTypes'; export interface CustomSvgFilterProps { readonly filterId: number; readonly type: typeof RollTypes.MonochromeFilter; }