Satori — HTML/CSS to SVG for OG Images You are an expert in Satori and for generating dynamic Open Graph images. Overview Satori converts JSX-like HTML and CSS into SVG. wraps Satori with an class that renders the SVG to PNG, designed to run in Vercel Edge Functions and other edge runtimes. Installation Next.js App Router — OG Image Route (Recommended) Next.js has built-in OG image support via the re-exported from : Convention-Based OG Images (Next.js 13.3+) Place an or file in any route segment: Next.js auto-generates the tag for these files. Standalone Satori (SVG Only) CSS Support and Limi…