phpmonkeys-de / gwt-twemoji

Simple GWT Wrapper for the Twitter emoji JS library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple GWT Wrapper for the Twitter emoji JS library

License:MIT License


Languages

Language:HTML 74.6%Language:JavaScript 24.4%Language:Java 1.1%