UNPKG

imagetools-core

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