UNPKG

imagerot

Version:

A lightweight, cross-environment image library for applying unique effects via raw image buffers.

8 lines (7 loc) 173 B
import { TEffectItem, TPixelOp } from '../types'; export declare const effectPool: { [key: string]: { method: TEffectItem; pixelOp?: TPixelOp; }; };