steveninety / svelte-email-tailwind

Code, preview and test-send email templates with Svelte and Tailwind classes and render them to HTML or plain text.
MIT License
14 stars 1 forks source link

Is svelte-email still maintained? #7

Closed socketopp closed 5 months ago

socketopp commented 5 months ago

From what I've read, https://github.com/cmjoseph07/svelty-email is the current lib that continues where svelte-email left off. https://github.com/carstenlebek/svelte-email/issues/25

steveninety commented 5 months ago

Doesn't seem like the original svelte-email is being maintained (otherwise I would've contributed there instead of maintaining this separate package). My contribution is the tailwind integration. I'd love to make it a standalone Vite plugin that integrates into an existing project (so that devs can use a designated svelte email package of choice, whether that is the original, or the one apparently maintained by @cmjoseph07). But unfortunately it needs access to the components to properly merge styles and inline them.