UNPKG

imagetools-core

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