browser-mjml-core
v4.6.7
Published
browser-mjml-core
Downloads
9
Readme
mjml-core
Installation
npm install --save mjml-core
This is the core mjml library, composed by a set of functions for both parsing, and rendering mjml
Usage
import { mjml2html } from 'browser-mjml'
console.log(mjml2html(`code`))