About

Metadata

  • Last updated , by nakaji_dayo
  • License BSD-3-Clause
  • Maintained by: nakaji.dayo@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

hs-emoji

example

import Data.Emoji

main = do
  print (unicodeByName "sushi")
  mapM_ putStrLn (unicodeByName "pizza")

output

Just "\127843"
🍕

build

./download.sh
stack build

emoji data

This library gets emoji list file from here