Popularity
4.2
Declining
Activity
0.0
Stable
5
3
1
Monthly Downloads: 27
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Unicode
Add another 'Unicode' Package
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