UNPKG

mjml-core

Version:
18 lines (11 loc) 264 B
## mjml-core ### Installation ```bash npm install --save mjml-core ``` This is the core mjml library, composed by a set of functions for both parsing, and rendering mjml ### Usage ```javascript import mjml2html from 'mjml' console.log(mjml2html(`code`)) ```