Package detail

mjml-preset-core

mjmlio3.6mMIT4.16.1

mjml-preset-core

readme

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