A collection of all emojis supported on ReadMe.
npm install --save @readme/emojis
const Emoji = require('@readme/emojis').emoji;
const emojis = new Emoji();
if (emojis.is('dog')) {
console.log('dog is supported');
}
To add a new emoji to this repository, run node add.js
.
For example:
$ node add.js ~/Desktop/Mask.png.png owlbert-mask
🦉 Emoji resized and added!
npm run dist