toastal / fxemoji

FxEmojis - a friendly emoji set from Mozilla

Home Page:http://mozilla.github.io/fxemoji/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#FxEmojis http://mozilla.github.io/fxemoji/

Formerly the Firefox OS emoji set, now just FxEmojis.

##Requirements

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 (mhoye@mozilla.com) for contribution information; more info TBD.

About

FxEmojis - a friendly emoji set from Mozilla

http://mozilla.github.io/fxemoji/

License:Other


Languages

Language:Python 36.6%Language:HTML 21.5%Language:Shell 21.1%Language:CSS 12.0%Language:JavaScript 8.9%