0.0.3 • Published 2 years ago

jsreport-mjml-to-html v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

jsreport-mjml-to-html

jsreport recipe transforming mjml to hmtl using node package mjml.

Installation

npm install jsreport-mjml-to-html

Usage

To use recipe in for template rendering set template.recipe=mjml-to-html in the rendering request.

{
  template: { content: '...', recipe: 'mjml-to-html', engine: '...' }
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require("jsreport-core")();
jsreport.use(require("jsreport-mjml-to-html")());
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago