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.
0
Sponsor

Photo

A full-bleed photo Open Graph image with a dark gradient scrim and a bottom-aligned title block.

Travel
Chasing light across the northern coast
ogimagecn

Installation

$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/photo.json

Usage

import { ImageResponse } from "next/og";
 
import { Photo } from "@/components/og/photo";
 
export function GET() {
  return new ImageResponse(
    <Photo
      image="https://images.unsplash.com/photo-1469474968028-56623f02e42e"
      label="Travel"
      title="Chasing light across the northern coast"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Photo

PropTypeDefault
imagestring-
labelstring-
titlestring-
brandstring-