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.
- Host: GitHub
- URL: https://github.com/eces/image-text
- Owner: eces
- Created: 2015-05-18T12:58:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T02:03:10.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T07:30:25.139Z (over 1 year ago)
- Language: CoffeeScript
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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





# Frequently Asked Question
# Test