4.15.3 • Published 3 months ago

mjml-preset-core v4.15.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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] }))