`.svg` output format
It would be nice if there was an option to output to SVG 👍
We would have to use something besides puppeteer screenshot which only supports png and svg.
https://github.com/puppeteer/puppeteer/blob/v5.2.1/docs/api.md#pagescreenshotoptions
Also, need to research if existing social networks will accept svg as the og image.
Ahhh right. Would probably need to be refactored to use node-canvas or something else that supports svg output.
Also, I'm not sure about social networks + svg, but the reason I made this issue is because I'm (ab)using this service for use in GitHub readmes (example), which do support .svg images.
og (opengraph) does not support SVG – would be nice if it did in the future though.
You can use https://github.com/vercel/satori directly to generate SVG.