Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 415 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 415 Bytes

hs-emoji

Hackage

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