|
|
|
|
|
by dsmmcken
1350 days ago
|
|
That's pretty cool. I've hand rolled an og-image generator with Automattic/node-canvas for a static site (Docusaurus) at build time. Edge is cool, but doing it at build time probably makes more sense for static sites. Looks like using Satori might have been easier to use then having to do all the canvas draw calls (which isn't all that bad either though). Edit: Nevermind. Actually looks like this wouldn't be self hostable in a github action. vercel/og doesn't run in a node runtime? |
|
vercel/og (a wrapper around Satori) does not support node