UNPKG

@lobehub/fluent-emoji

Version:

Fluent Emoji are a collection of familiar, friendly, and modern emoji from Microsoft

5 lines (4 loc) 281 B
import { getFluentEmojiCDN } from "./getFluentEmojiCDN/index.mjs"; import FluentEmoji from "./FluentEmoji/index.mjs"; import { getEmoji, getEmojiNameByCharacter } from "./getEmojiByCharacter/index.mjs"; export { FluentEmoji, getEmoji, getEmojiNameByCharacter, getFluentEmojiCDN };