jsreport-studio-theme-dark
v0.3.0
Published
dark theme for jsreport studio
Downloads
1,769
Readme
jsreport-studio-theme-dark
Dark theme for jsreport studio
See http://jsreport.net/learn/studio#themes
Installation
npm install jsreport-studio-theme-dark
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-studio')({}))
jsreport.use(require('jsreport-studio-theme-dark')({}))