Package Exports
- jsreport-html-to-text
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsreport-html-to-text) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#jsreport-html-to-text
jsreport recipe transforming html to text using node package html-to-text. See the docs http://jsreport.net/learn/html-to-text
##Installation
npm install jsreport-html-to-text
##Usage
To use recipe
in for template rendering set template.recipe=html-to-text
in the rendering request.
{
template: { content: '...', recipe: 'html-to-text', engine: '...' }
}
##jsreport-core You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-html-to-text')())