image-text
A simple typography image generator for placeholder, headline or logotype.
Install
npm install image-text
or, if you want CLI:
npm install -g image-text
Usage
node.js
var imageText = require('image-text');
typo = {
color: '#aabbcc'
backgroundColor: '#f0f0f0'
fontFamily: 'Nanum Brush'
}
HTTP
/v1/200x200?text=HelloWorld&color=aabbcc