UNPKG

image-optimizer-s3-fastcodeco

Version:

IMAGE OPTIMIZER FASTCODE CO --

11 lines (10 loc) 359 B
/// <reference types="node" /> /** * @function * @name processingImage * @description Function for processing the image and necessary adjustments * @param { Sharp } image * @param { string } uuid * @param { number } resizeFile */ export declare const processingImageService: (data: Buffer, resizeFile?: number) => Promise<Buffer>;