import React from 'https://esm.sh/react@18.2.0?deno-std=0.177.0' import { ImageResponse } from 'https://deno.land/x/og_edge@0.0.4/mod.ts' export function handler(req: Request) { return new ImageResponse( (
NICE! 🔥
), { width: 1200, height: 630, // Supported options: 'twemoji', 'blobmoji', 'noto', 'openmoji', 'fluent', 'fluentFlat' // Default to 'twemoji' emoji: 'twemoji', } ) }