An open API service indexing awesome lists of open source software.

https://github.com/rumkin/emoji-img

Emoji images map
https://github.com/rumkin/emoji-img

Last synced: about 1 year ago
JSON representation

Emoji images map

Awesome Lists containing this project

README

          

# Emoji Images

Emoji images npm package. Returns map of emoji image files.

![Build](https://img.shields.io/travis/rumkin/emoji-img.svg)

## Installation

Install via npm:

```bash
npm i emoji-img
```

## Usage

Usage example:

```javascript
const emojis = require('emoji-img');

emojis.get('smiley'); // Full local path to smiley.png
```

## Credentials

Images got from [Emoji cheat sheet repository](https://github.com/WebpageFX/emoji-cheat-sheet.com).

Emoji list at [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/).

## License

MIT.