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.

6 lines (4 loc) 118 B
function stringify (value) { return value.toString().replace(/(?:\r\n|\r|\n)/g, '\n') } module.exports = stringify