UNPKG

@nanggo/social-preview

Version:

Generate beautiful social media preview images from any URL

10 lines (9 loc) 438 B
"use strict"; /** * Centralized font stacks for SVG templates. * Keep these consistent across templates and overlay generators. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SERIF_FONT_STACK = exports.SYSTEM_FONT_STACK = void 0; exports.SYSTEM_FONT_STACK = "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; exports.SERIF_FONT_STACK = "Georgia, 'Times New Roman', serif";