import * as emoji from "https://deno.land/x/emoji@0.3.1/emoji.ts";
Functions
Get alias from emoji. - e.g. π -> "shirt" | |
Get alias from emoji. - e.g. π -> ["shirt", "tshirt"] | |
Get all emojis as alias map. | |
f all | Get all emojis. |
Get all emojis as code map. | |
Tagged template version of emojify | |
Replace all emoji names in a string with actual emojis. | |
f get | Get emoji from alias. - e.g. "unicorn" -> π¦ |
Get emoji info from alias or emoji | |
Get emoji info from alias or emoji | |
Get random emoji. - e.g. {emoji: "π", alias: "shirt"} | |
Replace all emojis in a string. | |
Strip all emojis in a string. | |
Replace all emoji in a string with actual emoji names. |