Display an image in your email.
npm install @react-email/components -E # or get the individual package npm install @react-email/img -E
import { Img } from "@react-email/components"; const Email = () => { return <Img src="cat.jpg" alt="Cat" width="300" height="300" />; };
.png
.gif
.jpg
.svg