4.15.15 • Published 7 months ago
netkin-mjml-preset-core v4.15.15
mjml-preset-core
Installation
npm install --save mjml-preset-core
This is the set of mjml components bundled together for simple setup.
Usage
import mjml2html from 'mjml-core'
import presetCore from 'mjml-preset-core'
console.log(mjml2html(`code`, { presets: [presetCore] }))