UNPKG

node-hag

Version:

Node HTML Asset Generator (HAG) - converts HTML and CSS templates into rendered Image assets, and can also produce Text and JSON assets.

14 lines (12 loc) 282 B
var defaultOptions = { port: 12020, templatesPath: 'templates', outputPath: 'build', instructionsPath: 'instructions', instructionsGlob: '/**/*.json', clean: false, dataPath: 'data', activeCommand: 'none', serverLog: console.log } module.exports = defaultOptions