UNPKG

image-wife

Version:

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

5 lines (4 loc) 99 B
export interface NoiserFilterProps { readonly blur: number; readonly saturation: number; }