An open API service indexing awesome lists of open source software.

https://github.com/eces/image-text

A typography image generator for placeholder.
https://github.com/eces/image-text

Last synced: 5 months ago
JSON representation

A typography image generator for placeholder.

Awesome Lists containing this project

README

          

# image-text

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

[Demo: http://bin.zari.me](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

![](http://zari.me/bin/400x400?text=Jin&fontSize=120&fontColor=AC75DD)
![](http://zari.me/bin/400x400?text=Jiho&fontSize=120&fontColor=34BA9C)
![](http://zari.me/bin/400x400?text=%ED%95%99%EB%B2%94&fontSize=120&fontColor=6BADC2)
![](http://zari.me/bin/400x400?text=Gang&fontSize=120&fontColor=E34E47)
![](http://zari.me/bin/400x400?text=joje&fontSize=120&fontColor=666666)

# Frequently Asked Question

# Test