UNPKG

imagetools-core

Version:
6 lines (5 loc) 183 B
import type { TransformOption } from '../types.js'; export interface QualityOptions { quality: string; } export declare const getQuality: TransformOption<QualityOptions, number>;