UNPKG

@lobehub/fluent-emoji

Version:

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

4 lines 374 B
import FluentEmoji, { FluentEmojiProps } from "./FluentEmoji/index.mjs"; import { getEmoji, getEmojiNameByCharacter } from "./getEmojiByCharacter/index.mjs"; import { FluentEmojiCdnConfig, getFluentEmojiCDN } from "./getFluentEmojiCDN/index.mjs"; export { FluentEmoji, type FluentEmojiCdnConfig, type FluentEmojiProps, getEmoji, getEmojiNameByCharacter, getFluentEmojiCDN };