@nanggo/social-preview
Version:
Generate beautiful social media preview images from any URL
5 lines (4 loc) • 404 B
TypeScript
export { PreviewOptions, ExtractedMetadata, GeneratedPreview, TemplateConfig, ErrorType, PreviewGeneratorError, } from './types';
export { startCacheCleanup, stopCacheCleanup, isCacheCleanupRunning } from './utils/cache';
export { getInflightRequestStats, clearInflightRequests } from './core/metadata-extractor';
export { getCacheStats, clearAllCaches, shutdownSharpCaches } from './utils/sharp-cache';