v2.0
June 2026
What's new
Seven new OG image components
Live in-browser previews
One-line shadcn install
ogimagecn
Installation
$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/changelog.json
Usage
import { ImageResponse } from "next/og";
import { Changelog } from "@/components/og/changelog";
export function GET() {
return new ImageResponse(
<Changelog
date="June 2026"
items={["New OG components", "Live previews", "One-line install"]}
title="What's new"
version="v2.0"
/>,
{ width: 1200, height: 630 }
);
}API Reference
Changelog
| Prop | Type | Default |
|---|---|---|
version | string | - |
date | string | - |
title | string | - |
items | string[] | - |
brand | string | - |
accent | string | - |