Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andormade/spritefont

Renders sprite fonts 🔡
https://github.com/andormade/spritefont

cli font sprite spritefont

Last synced: 9 days ago
JSON representation

Renders sprite fonts 🔡

Awesome Lists containing this project

README

        

[![npm version][npm-svg]][npm-url]
[![Build Status][travis-svg]][travis-url]
[![Dependency Status][david-deps-svg]][david-deps-url]
[![Dev dependency Status][david-devdeps-svg]][david-devdeps-url]

# spritefont
Renders this ![](https://github.com/andormade/spritefont/blob/master/test/test1.png?raw=true) from this ![](https://github.com/andormade/spritefont/blob/master/test/numeric.png?raw=true)

## Installation
This module is distributed via npm:
```
npm install spritefont -g
```

## Usage
```
spritefont sprite.png --colors #ffffff #000000 --out spritefont.png
```

This code is released under the MIT license, feel free to do whatever you want with it.

[npm-svg]: https://img.shields.io/npm/v/spritefont.svg
[npm-url]: https://www.npmjs.com/package/spritefont
[travis-svg]: https://travis-ci.org/andormade/spritefont.svg?branch=master
[travis-url]: https://travis-ci.org/andormade/spritefont
[david-deps-svg]: https://david-dm.org/andormade/spritefont.svg
[david-deps-url]: https://david-dm.org/andormade/spritefont
[david-devdeps-svg]: https://david-dm.org/andormade/spritefont/dev-status.svg
[david-devdeps-url]: https://david-dm.org/andormade/spritefont#info=devDependencies