UNPKG

imagerot

Version:

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

9 lines (8 loc) 247 B
import { TPixelOp, TEffectPoolItem, TEffectOptions } from '../../types'; type TTest = (params: { [key: string]: TEffectPoolItem; }) => { [key: string]: TPixelOp<TEffectOptions>; }; declare const getPixelOps: TTest; export { getPixelOps };