For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
125
Sponsor

Logo

A centered brand Open Graph image with a logo tile, a large wordmark, and an optional tagline on a soft gradient field.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/logo

Usage

import { ImageResponse } from "next/og";
 
import { Logo } from "@/components/og/logo";
 
export function GET() {
  return new ImageResponse(
    <Logo
      brand="acme"
      tagline="The all-in-one platform"
      background="#09090b"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

PropType
brandstring
taglinestring
monogramstring
backgroundstring
logostring