Emoji images npm package. Returns map of emoji image files.
Install via npm:
npm i emoji-img
Usage example:
const emojis = require('emoji-img');
emojis.get('smiley'); // Full local path to smiley.png
Images got from Emoji cheat sheet repository.
Emoji list at Emoji cheat sheet.
MIT.