Skip to content

NeoTim/emoji-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji CSS 😃

An easy way to include emoji in your HTML.

Development

Note that the images under emoji/ are only there for legacy reasons, and are copyrighted. They will be removed at some point.

Running Locally

bundle
bundle exec jekyll serve -w
open http://localhost:4000

Updating emoji data

Pulls from emoji-data.

mkdir -p tmp

curl -L https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji.json > tmp/emoji.json

curl -L https://api.github.com/repos/twitter/twemoji/tarball > tmp/twemoji.tar.gz
tar xf tmp/twemoji.tar.gz -C tmp

ruby update.rb

See Also

About

An easy way to include emoji in your HTML

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.1%
  • CSS 23.3%
  • HTML 20.9%
  • Ruby 15.7%