⚠️ This repository has been moved to the monorepo jsreport/jsreport
jsreport extension capable of running custom javascript functions during the rendering process
See https://jsreport.net/learn/scripts
npm install jsreport-scripts
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-scripts')({}))