jsreport-base
v2.0.2
Published
jsreport extension automatically adding html base tag
Readme
jsreport-base
jsreport extension automatically injecting html base tag to allow relative referencing of local files
See https://jsreport.net/learn/base
Installation
npm install jsreport-base
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-base')({ url: __dirname }))
