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

Photo

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

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/photo

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"
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Photo

PropType
imagestring
labelstring
titlestring
brandstring
logostring