@egomobile/emoji
v1.2.2
Published
Node compatible package of emojis with source from gemoji by Github.
Downloads
30
Readme
@egomobile/emoji
Node compatible package of emojis with source from gemoji by Github.
Install
Execute the following command from your project folder, where your
package.json
file is stored:
npm install --save @egomobile/emoji
Usage
Quick example
import emoji from "@egomobile/emoji";
console.log(emoji);
Documentation
The API documentation can be found here.