@barsnes/lexical-twemoji
v1.0.3
Published
A Lexical plugin for using Twemojis in React
Downloads
15
Readme
Lexical Twemoji plugin
Lexical plugin that makes all emojis a twemoji.
The plugin does not provide any emoji pickers. It listens for changes on TextNode
s, and parses them for any inserted emojis.
Usage
import {
LexicalTwemojiPlugin,
LexicalTwemojiNode,
} from "@barsnes/lexical-twemoji";
const initialConfig = {
nodes: [LexicalTwemojiNode],
};
<LexicalComposer initialConfig={initialConfig}>
<LexicalTwemojiPlugin />
</LexicalComposer>;