image-text

A typography image generator for placeholder.

Stars
4

image-text

A simple typography image generator for placeholder, headline or logotype.

Demo: http://bin.zari.me

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

Configuration

Custom font

Examples

Frequently Asked Question

Test