0.0.9 • Published 1 year ago

@discord-user-card/emojis v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Usage

import { type Category, type Emoji, emojis, emojisByCategory, findEmoji } from "@discord-user-card/emojis";

// Get all emojis
console.log(emojis); // Emoji[]

// Get emojis by category
console.log(emojisByCategory); // { [category: Category]: Emoji[] }

// Find an emoji by name
console.log(findEmoji("+1")); // Emoji | undefined
console.log(findEmoji("thumbsup")); // Emoji | undefined

// Find an emoji by the surrogate
console.log(findEmoji("👍")); // Emoji | undefined

Contributing

The list of emojis is automatically generated from the Discord Source Code (see here). Please do not manually edit the list of emojis. If an emoji is missing or incorrect, please open an issue or a pull request.

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago