OGXOGX

Minimal Preset

Clean typography on solid backgrounds

The minimal preset focuses on bold typography with minimal distractions.

Usage

const png = await ogx({
  preset: 'minimal',
  title: 'OGX',
  subtitle: 'Tailwind-first OG images',
  background: 'bg-zinc-950',
  textColor: 'text-white',
});

Options

OptionTypeRequiredDescription
titlestringYesMain text (large)
subtitlestringNoSecondary text
backgroundstringNoBackground class
textColorstringNoText color class

Features

  • Extra-large centered typography
  • Accent bar decoration
  • Tightest tracking for impact
  • Optional subtitle with muted color
  • Clean solid backgrounds
  • Fastest preset (~39ms average)

On this page