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/_themesdirectory. - Open
web/index.ts& add the name to theTHEMESarray. - Open
api/_lib/types.ts& add the name to theTHEMESarray. (These are separate because the client & server don’t share code.) - Open
api/_lib/template.ts& add the desired background/foreground to thethemesobject.
MIT License