Dynamic image generation for React Email #3635
dielduarte
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Explore APIs dynamic image generation for React Email
Background
The idea
A first-class way to render dynamic visuals in React Email as images. If we
can render JSX/HTML+CSS to an image, one primitive covers barcodes, QR codes,
charts, and more. Likely path:
satoriforHTML/CSS → SVG, then SVG → PNG (SVG has poor email-client support).
The hard part: the API
Rendering is the easy part. The real challenge is how the user gets the image:
cleanly is the crux.
Questions
We'll likely close #2960 in favor of settling this first.
Proposal
We don't have a proposal yet, we will use this discussion to explore.
Beta Was this translation helpful? Give feedback.
All reactions