@readme/emojis
v6.0.0
Published
A collection of all emojis supported on ReadMe.
Downloads
6,260
Maintainers
Keywords
Readme
@readme/emojis
A collection of all emojis supported on ReadMe.
Installation
npm install --save @readme/emojis
Usage
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:
$ node add.js ~/Desktop/Mask.png.png owlbert-mask
🦉 Emoji resized and added!
Rebuilding the dist cache
npm run dist