emoji
Use emojis by name
Description
Names for byte code sequences of 2389 emojis
#require "emoji";;
let () =
let ar = Emoji.all_emojis |> Array.of_list in
for i = 0 to Array.length ar - 1 do
if (i mod 80 = 0) then print_newline ();
print_string ar.(i);
done;
print_endline Emoji.camel;
print_endline Emoji.two_hump_camel
Install
- Maintainers
-
Sources
Dependencies
Reverse Dependencies