GoomojiTranslator
Used to translate goomoji code into standard UTF-8 emoji codes.
Installation
If available in Hex, the package can be installed as:
Add goomoji_translator to your list of dependencies in
mix.exs:def deps do
[{:goomoji_translator, "~> 0.0.1"}]end
Ensure goomoji_translator is started before your application:
def application do
[applications: [:goomoji_translator]]end
Usage
GoomojiTranslator.find_by_goomoji_code("53B")
# => "1F4BC"