mjml-core
v5.0.1
Published
mjml-core
Keywords
Readme
mjml-core
Installation
npm install --save mjml-coreThis is the core mjml library, composed by a set of functions for both parsing, and rendering mjml
Usage
import mjml2html from 'mjml'
async function example() {
const result = await mjml2html(`code`)
console.log(result)
}
example()