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
| Prop | Type | Default |
|---|---|---|
image | string | - |
label | string | - |
title | string | - |
brand | string | - |