Popularity
3.7
Declining
Activity
0.0
Stable
5
3
1

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Unicode    
Add another 'Unicode' Package

README

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