Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 289 Bytes

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);