Files
HKSingleParty/99_references/supabase-examples/edge-functions/supabase/functions/opengraph/README.md
2025-05-28 09:55:51 +08:00

475 B

Open Graph Image Generation

Generate Open Graph images with Deno and Supabase Edge Functions, no framework needed. This is a fork of the awesome @vercel/og, ported to run on Deno.

Run locally

supabase functions serve --no-verify-jwt

Navigate to http://localhost:54321/functions/v1/opengraph

Deploy

supabase functions deploy opengraph --no-verify-jwt