Skip to content

Simple GWT Wrapper for the Twitter emoji JS library

License

Notifications You must be signed in to change notification settings

phpmonkeys-de/gwt-twemoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-twemoji

This project aims to wrap the Twitter Emoji (https://github.com/twitter/twemoji) with GWT.

Basic Usage

Twemoji twemoji = new Twemoji();
twemoji.init(); // init the wrapper
String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes);