@egomobile/emoji

npm last build PRs Welcome

@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.

Generated using TypeDoc