Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreruffert/emoji-clarification
:exclamation: Clarify your words with emojis
https://github.com/andreruffert/emoji-clarification
emoji emoji-clarification
Last synced: about 1 month ago
JSON representation
:exclamation: Clarify your words with emojis
- Host: GitHub
- URL: https://github.com/andreruffert/emoji-clarification
- Owner: andreruffert
- License: mit
- Created: 2016-08-24T20:24:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T10:04:08.000Z (over 8 years ago)
- Last Synced: 2024-11-01T11:34:30.380Z (about 2 months ago)
- Topics: emoji, emoji-clarification
- Language: CSS
- Homepage: https://npm.im/emoji-clarification
- Size: 825 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji clarification
[![npm version](https://img.shields.io/npm/v/emoji-clarification.svg)](https://www.npmjs.com/package/emoji-clarification)
> Clarify your words with emojis. Check out a [live demo on CodePen](http://codepen.io/andreruffert/pen/EyBKkv).
![](showcase.gif)
## Install
```console
$ npm i emoji-clarification -S
```## Usage
```scss
@import "emoji-clarification";.emoji-clarification {
@extend %emoji-clarification;
…
}
``````html
magic
```## License
MIT © [André Ruffert](http://andreruffert.com)