A collection of all emojis supported on ReadMe.
npm install @readme/emojisA collection of all emojis supported on ReadMe.

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