2.2.0 • Published 3 years ago

jsreport-html-to-text v2.2.0

Weekly downloads
54
License
MIT
Repository
github
Last release
3 years ago

jsreport-html-to-text

jsreport recipe transforming html to text using node package html-to-text. See the docs https://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')())
2.2.0

3 years ago

2.1.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago