unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/
MIT License
4.63k stars 743 forks source link

Export design to MJML markup. #293

Open jay-softsages opened 1 year ago

jay-softsages commented 1 year ago

Is there any way of converting the JSON design of the Unlayer template to MJML?

https://docs.unlayer.com/docs/export-html The exportHtml() function currently provides the JSON and the HTML but is there any way we can get the MJML as well?

Please help!

sarpkayature commented 7 months ago

You can't mjml is completely different approach. Also MJML behaives as framework so you have to write your own converter. It's quite long process.