UNPKG

imagetools-core

Version:
6 lines (5 loc) 162 B
import type { TransformFactory } from '../types.js'; export interface BlurOptions { blur: string; } export declare const blur: TransformFactory<BlurOptions>;