UNPKG

imagetools-core

Version:
4 lines (3 loc) 251 B
import type { Sharp } from 'sharp'; import type { ImageTransformation, TransformResult } from '../types.js'; export declare function applyTransforms(transforms: ImageTransformation[], image: Sharp, removeMetadata?: boolean): Promise<TransformResult>;