6.0.0 ā€¢ Published 25 days ago

@readme/emojis v6.0.0

Weekly downloads
2,785
License
ISC
Repository
github
Last release
25 days ago

@readme/emojis

Build

A collection of all emojis supported on ReadMe.

npm.io

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