A service that generates dynamic social media/Open Graph images for Watershed.
Adapted from Vercel’s system.
- Add new 2048 x 1170px background to
public/_themes
directory. - Open
web/index.ts
& add the name to theTHEMES
array. - Open
api/_lib/types.ts
& add the name to theTHEMES
array. (These are separate because the client & server don’t share code.) - Open
api/_lib/template.ts
& add the desired background/foreground to thethemes
object.
MIT License