Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

get-all-emoji

Anant01676MIT2.0.13

Gives html code for emojis, for you to use directly.

emoji, get-all-emoji, get-emoji, text to emoji, text, special, simple, emoticon, emoticons, emojis, smiley, smileys, ideograms, ideogram, smilies

readme

npm version

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Run npm i -S get-all-emoji

Example

const getEmoji = require("get-all-emoji");
console.log(getEmoji("happy"));

or;

var q = getEmoji("family_one_girl");

Documentation

Simply take the name of any emoji from more than 1800 emojis present, and pass it as a parametere as shown in above example.

You'll find the name of emoji from the links present below, which are encoded, and you can replace it instead of happy in above diagram.

keywords encoded

  1. w3-emojis
  2. special-emojis

Support

If you want to support, please consider donating. It'll help me in development and making more cool packages for you:

Donate

Work with react

Code

code

Output

output