export const name = "prisma-og-image"; export const width = 1200; export const height = 630; export const fonts = [ "archivo/Archivo-VariableFont_wdth,wght.ttf", "geist/Geist[wght].woff2", "geist/GeistMono[wght].woff2", ]; const PrismaLogo = () => ( ); const HTTP_METHOD_COLORS = { GET: "#07DC71", POST: "#51A2FF", DELETE: "#FF6467", } as const; function PrismaOGImage({ title, description, method, apiPath, section, }: { title: string; description?: string; method?: "GET" | "POST" | "DELETE"; apiPath?: string; section?: string; }) { return (
{description}
)} {apiPath && (