Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeld/emoji-css
An easy way to include emoji in your HTML
https://github.com/afeld/emoji-css
Last synced: 3 months ago
JSON representation
An easy way to include emoji in your HTML
- Host: GitHub
- URL: https://github.com/afeld/emoji-css
- Owner: afeld
- License: mit
- Created: 2014-09-21T06:43:25.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-01-11T00:44:35.000Z (about 2 years ago)
- Last Synced: 2024-10-23T00:04:56.539Z (3 months ago)
- Language: JavaScript
- Homepage: https://emoji-css.afeld.me/
- Size: 12.7 MB
- Stars: 895
- Watchers: 27
- Forks: 173
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-star - emoji-css
- Awesome-CSS-Resources - emoji-css:
README
# Emoji CSS :smiley:
An easy way to include emoji in your HTML.
* Inspired by [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
* Site ripped off of [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/)
* Uses icons from [Twemoji](https://twitter.github.io/twemoji/)## Development
Note that the images under [`emoji/`](emoji/) are only there for legacy reasons, and are copyrighted. They will be removed at some point.
### Running Locally
Install Ruby 2.x, then run:
```sh
bundle
bundle exec jekyll serve -w
open http://localhost:4000
```### Updating emoji data
Pulls from [emoji-data](https://github.com/iamcal/emoji-data).
```sh
make
```## See Also
* https://github.com/arvida/emoji-cheat-sheet.com#want-to-add-emojis-to-your-projects
* https://github.com/jch/html-pipeline
* https://github.com/twitter/twemoji
* http://noahmanger.github.io/emoji-text-replacement/
* https://discourse.wicg.io/t/named-emoji-entities-or-short-names/1636
* https://github.com/juanfran/emoji-data-css