What does HackerNews think of satori?

Enlightened library to convert HTML and CSS to SVG

Language: TypeScript

#9 in CSS
This is a really interesting top down approach, starting with Chromium and pairing a minimal bit out of it.

https://github.com/vercel/satori is another interesting recent project that goes bottoms up to achieve something similar. Def a lot smaller aimed at edge rendering, but at the tradeoff of significantly more random compatibility / rendering issues.

Both approaches have their tradeoffs.

Vercel put out https://github.com/vercel/satori which does similar things (albeit with JSX and a slightly different use case).