Skip to main content
Module

x/emoji/emoji.ts

🦄 Emojis for dinosaurs
Latest
import * as emoji from "https://deno.land/x/emoji@0.3.0/emoji.ts";

Functions

Get alias from emoji. - e.g. 👕 -> "shirt"

Get alias from emoji. - e.g. 👕 -> ["shirt", "tshirt"]

Get all emojis as alias map.

Get all emojis.

Get all emojis as code map.

Tagged template version of emojify

Replace all emoji names in a string with actual emojis.

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.