# Emojione Awesome
### How to use
In the same vein as Font-Awesome, Emojione Awesome is for front end developers who just wanna drop an emoji on a page without using any sorts of scripts.
Uses human-friendly class names (based on emoji shortcodes). View a full list of shortcodes at www.emoji.codes
```
```
Additional classes let you modify size:
```
```
# Thanks
Special Thanks to Michael Hartmann for creating these scripts for us!
### How to generate mapping
```
cd lib/emojione-awesome
node generate.js
```
### How to compile scss
Once you've generated the mapping you can build the css files via grunt.
The compiled styles are output into /assets/css/emojione-awesome.css
```
npm install grunt grunt-contrib-sass
grunt sass
```