jsreport-scripts
v2.6.0
Published
jsreport extension capable of running custom javascript functions during the rendering process
Downloads
2,382
Readme
jsreport-scripts
jsreport extension capable of running custom javascript functions during the rendering process
See https://jsreport.net/learn/scripts
Installation
npm install jsreport-scripts
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-scripts')({}))