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.

11 lines (9 loc) 229 B
const testOptions = { port: 22020, templatesPath: 'temp/t', outputPath: 'temp/b', instructionsPath: 'temp/i', dataPath: 'temp/d', serverLog: function (message) { /* ignore message */ } } module.exports = testOptions