astro-ghostcms/.pnpm-store/v3/files/e9/37927c0094a0da84a92a2aed824...

4 lines
257 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ImageOutputFormat } from '../../../types.js';
import type { Operation } from './image.js';
export declare function processBuffer(buffer: Uint8Array, operations: Operation[], encoding: ImageOutputFormat, quality?: number): Promise<Uint8Array>;