Where to add license key in jsreport-core?
-
var jsreport = require("jsreport-core)(CONFIG);
Can I add license key inside of the config object? If yes, what is the property called and where is it placed. I tried to look for it in documentation but I failed ._ .
-
https://jsreport.net/learn/faq#how-to-apply-license-key
var jsreport = require("jsreport-core)({ licenseKey: 'xxx' })
-
Thanks "face palm"