⚠️ This repository has been moved to the monorepo jsreport/jsreport
jsreport-assets
jsreport extension embedding static assets like fonts or helpers into the templates
See https://jsreport.net/learn/assets
Installation
npm install jsreport-assets --production
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-assets')({}))