Skip to content

nakaji-dayo/hs-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

emoji utility for haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published