jsreport-mjml-to-html
v0.0.3
Published
jsreport studio recipe converting mjml to html
Readme
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")());