@readme/emojis

A collection of all emojis supported on ReadMe.

Usage no npm install needed!

<script type="module">
  import readmeEmojis from 'https://cdn.skypack.dev/@readme/emojis';
</script>

README

@readme/emojis

Build

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