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
- Host: GitHub
- URL: https://github.com/rumkin/emoji-img
- Owner: rumkin
- License: other
- Created: 2016-10-02T23:05:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T23:39:44.000Z (over 8 years ago)
- Last Synced: 2025-03-01T04:11:55.667Z (over 1 year ago)
- Language: JavaScript
- Size: 19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji Images
Emoji images npm package. Returns map of emoji image files.

## 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.