usewaypoint / email-builder-js

A free and open-source block-based email template builder.
https://emailbuilderjs.com
MIT License
581 stars 235 forks source link

Implement in non-type script environment #122

Open jasenf opened 2 months ago

jasenf commented 2 months ago

Hi,

Can this component be used in a non-React or non-typescript environment? We just have plain javascript on pages and would like to use this component. Is there any documentation around supporting this?

cohitre commented 2 months ago

Can you elaborate on your use case? At the moment we don't have a way to embed the editor within another application, instead you run it within its own project. That said, all of the packages for rendering emails are released as JS packages.