emojione
Version:
EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images.
18 lines (10 loc) • 311 B
Markdown
# Emojione utility for Android
### How to use
This utility provides a method to convert from shortname to unicode characters (natively supported from Android 4.1 - API Level 16):
`Emojione.shortnameToUnicode()`
### How to re-generate mapping
```
cd lib/android/generator
npm install
node generate.js
```