UNPKG

sanity-next-social-image-generator

Version:
5 lines (4 loc) 209 B
/// <reference types="node" /> import sharp from 'sharp'; import { Fits } from '../image/types'; export declare const resize: (image: Buffer, width: number, height: number, fit: Fits) => Promise<sharp.Sharp>;