Tatsuki-I / hs-emoji

emoji utility for haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 87.4%Language:Shell 12.6%