UNPKG

imagetools-core

Version:
6 lines (5 loc) 187 B
import type { TransformFactory } from '../types.js'; export interface GrayscaleOptions { grayscale: '' | 'true'; } export declare const grayscale: TransformFactory<GrayscaleOptions>;