jsreport / jsreport-assets

jsreport extension embedding static assets like fonts or helpers into the templates
MIT License
3 stars 2 forks source link

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

jsreport-assets

NPM Version Build Status

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