Home

Awesome

⚠️ This repository has been moved to the monorepo jsreport/jsreport

jsreport-scripts

NPM Version Build Status

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')({}))