This project aims to wrap the Twitter Emoji (https://github.com/twitter/twemoji) with GWT.
Twemoji twemoji = new Twemoji();
twemoji.init(); // init the wrapper
String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes);
Simple GWT Wrapper for the Twitter emoji JS library
This project aims to wrap the Twitter Emoji (https://github.com/twitter/twemoji) with GWT.
Twemoji twemoji = new Twemoji();
twemoji.init(); // init the wrapper
String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes);
Simple GWT Wrapper for the Twitter emoji JS library
MIT License