og-image icon indicating copy to clipboard operation
og-image copied to clipboard

Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc

Results 18 og-image issues
Sort by recently updated
recently updated
newest added

I'm getting an error below after I ran `vercel dev` in my Local environment. Error in console, also uploaded a [screenshot](https://ibb.co/VW4FSMJ). ``` index.js:1 Failed to load module script: Expected a...

bug

Fails without valid svg so I had to add version and xmlns ``` ```

We are bumping up against the 50MB limit when upgrading dependencies since chromium continues to get larger. This was discovered in a PR that was bumping dependencies: #147 We could...

enhancement

Hi, In this code, I see that you're not allowing the first image to be a custom URL. https://github.com/vercel/og-image/blob/84e305d4946227ce8383988911f419db57c1cc3e/api/_lib/parser.ts#L61-L63 If I want to use a custom image, the easiest option...

I got fonts working with https://github.com/lovell/sharp/issues/1220#issuecomment-583449584

Apologies in advance — this is a big one. I completely rewrote the project using Next.js API Routes and also converted the homepage to use Next. There most important thing...

It would be nice if there was an option to output to SVG 👍

enhancement

I've just found this app and it looks really neat. While playing around with the example I found that any html tags can be added, which can be a security...