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.
29 lines (26 loc) • 387 B
Markdown
# Example Title
## Connected Web
### Theme
* Background Color : #E84
* Font Color : #222
### JSON
```json
{
"title": "Example Title",
"theme": {
"backgroundColor": "#E84",
"fontColor": "#222"
},
"author": "Connected Web",
"referenced-data": {
"number-list": [
1,
2,
3,
4
],
"date": "27th March 2017",
"time": "15:42"
}
}
```