UNPKG

@nanggo/social-preview

Version:

Generate beautiful social media preview images from any URL

6 lines (5 loc) 209 B
import sharp from 'sharp'; /** * Creates a transparent canvas for templates that provide their own background. */ export declare function createTransparentCanvas(width: number, height: number): sharp.Sharp;