@nanggo/social-preview
Version:
Generate beautiful social media preview images from any URL
4 lines (3 loc) • 300 B
TypeScript
import { GeneratedPreview, PreviewOptions } from '../types';
export declare function getCachedPreview(url: string, options: PreviewOptions): GeneratedPreview | undefined;
export declare function setCachedPreview(url: string, options: PreviewOptions, preview: GeneratedPreview, ttlMs?: number): void;