Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

egomobile/node-emoji

Repository files navigation

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.