Skip to main content

Interface: EmojiPlanConfig

Properties

emojiBaseUrl

emojiBaseUrl: string

The base URL to find the emoji PNG files, originally from the 64x64 set in emoji-datasource-facebook. Default: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@${PACKAGE_VERSION}/dist/emoji"

Do not add a trailing slash to the path.

Defined in

EmojiPlan.ts:29


emojiClass

emojiClass: string

The class to use for emoji nodes

Defined in

EmojiPlan.ts:33


emojiLoadedClass

emojiLoadedClass: string

The class to use for emoji nodes after the image is loaded and set as a background-image

Defined in

EmojiPlan.ts:41


emojiLoadingClass

emojiLoadingClass: string

The class to use for emoji nodes before the image is loaded

Defined in

EmojiPlan.ts:37