Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mjml-core

mjmlio3.9mMIT4.16.1TypeScript support: definitely-typed

mjml-core

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 'mjml'

console.log(mjml2html(`code`))