Home

Awesome

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

jsreport-data

NPM Version Build Status

jsreport extension adding support for using sample data for previewing templates

See https://jsreport.net/learn/inline-data

Installation

npm install jsreport-data

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-data')())