mjml4-in-browser

1.1.2 • Public • Published

MJML 4 in browser (ES5)

This module packages MJML 4 (https://github.com/mjmlio/mjml) to run in browser.

It works by mocking some nodejs modules that are not available in a browser. This means several limitations, such as:

  • mj-include is not supported
  • and possibly many more

Nevertheless for the simple use in a webbrowser this works fine.

Usage example:

import mjml2html from "mjml4-in-browser";
const mjml = ...
const result = mjml2html(mjml);

Readme

Keywords

none

Package Sidebar

Install

npm i mjml4-in-browser

Weekly Downloads

53

Version

1.1.2

License

MIT

Unpacked Size

1.95 MB

Total Files

136

Last publish

Collaborators

  • tbures