Essay
Designing at the edge of the canvas
ogimagecn
Issue 04
Installation
$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/editorial.json
Usage
import { ImageResponse } from "next/og";
import { Editorial } from "@/components/og/editorial";
export function GET() {
return new ImageResponse(
<Editorial
kicker="Feature"
title="Designing at the edge of the canvas"
author="The OG Times"
meta="Issue 04"
/>,
{ width: 1200, height: 630 }
);
}API Reference
Editorial
| Prop | Type | Default |
|---|---|---|
kicker | string | - |
title | string | - |
author | string | - |
meta | string | - |
ghost | string | - |
accent | string | - |