Live Event
ogimagecn
Shipping beautiful OG images at scale
Jun 5, 2026 · 10:00 AM PT
·
Online
Installation
$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/event.json
Usage
import { ImageResponse } from "next/og";
import { Event } from "@/components/og/event";
export function GET() {
return new ImageResponse(
<Event
label="Webinar"
title="Shipping beautiful OG images at scale"
date="Jun 5, 2026 · 10:00 AM PT"
location="Online"
/>,
{ width: 1200, height: 630 }
);
}API Reference
Event
| Prop | Type | Default |
|---|---|---|
label | string | - |
brand | string | - |
title | string | - |
date | string | - |
location | string | - |
accent | string | - |