emoji
emoji.cr 
Emoji library for Crystal. Inspired by Emoji for Python
Installation
As a dependency in shards.yml
:
dependencies:
emoji:
github: veelenga/emoji.cr
branch: master
Usage
require "emoji"
Emoji.emojize("I :heart: :gem:") # => "I ❤️ 💎"
Resources
Contributing
- Fork it ( https://github.com/veelenga/emoji.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request