Replies: 3 comments 2 replies
-
The main use case is to generate dynamic images without the browser environment, but also have some abilities from the browser (e.g. use CSS to layout and position elements). Example: https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images |
Beta Was this translation helpful? Give feedback.
-
One use-case is my project socialify which generates social images for any github project to be included inside README, websites, and beyond. Satori saves us the headache of manually laying out components inside svgs but instead, we just need to focus on laying out designs using html/css and converting it to svg/png easily. Link / Live Preview: |
Beta Was this translation helpful? Give feedback.
-
What is the advantage of convert HTML and CSS to SVG?
What specific scenarios can it be applied to?
Beta Was this translation helpful? Give feedback.
All reactions