Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔡
- Host: GitHub
- URL: https://github.com/andormade/spritefont
- Owner: andormade
- License: mit
- Created: 2016-04-13T17:37:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T21:17:37.000Z (over 6 years ago)
- Last Synced: 2024-10-11T15:39:15.839Z (about 1 month ago)
- Topics: cli, font, sprite, spritefont
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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