Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/fxemoji
FxEmojis - a friendly emoji set from Mozilla
https://github.com/mozilla/fxemoji
Last synced: about 1 month ago
JSON representation
FxEmojis - a friendly emoji set from Mozilla
- Host: GitHub
- URL: https://github.com/mozilla/fxemoji
- Owner: mozilla
- License: other
- Created: 2015-06-22T21:16:24.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-03-10T12:27:52.000Z (8 months ago)
- Last Synced: 2024-10-02T03:27:10.062Z (about 1 month ago)
- Language: Python
- Homepage: http://mozilla.github.io/fxemoji/
- Size: 19.5 MB
- Stars: 309
- Watchers: 21
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#FxEmojis
http://mozilla.github.io/fxemoji/Formerly the Firefox OS emoji set, now just FxEmojis.
##Requirements
* bash
* TTX/FontTools - please use https://github.com/behdad/fonttools/
* python
- lxml (pip install lxml)## Installation
```
$ git clone https://github.com/mozilla/fxemoji.git
$ cd fxemoji/
$ npm install
```## Quick start
Change permissions of `run.sh` with `chmod +x run.sh`
```
$./run.sh
```## Prepare SVG's
We need few SVG's per icon.
- SVG file for each color layer
- SVG that contains the complete glyph.The files need to be named with uni code prefix.
###First Icon :
- u1F60A-smileeyes.svg (complete glyph)
- u1F60A.layer1.svg (Layer 1)
- u1F60A.layer2.svg (Layer 2)
- etc.###Second Icon :
- u1F60B-smiletongue.svg (complete glyph)
- u1F60B.layer1.svg (Layer 1)
- u1F60B.layer2.svg (Layer 2)
- etc.##How to Contribute
Please contact Mike Hoye ([email protected]) for contribution information; more info TBD.