mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
577 B
577 B
Basic Vanilla JS Plugin example
Plugin that replaces smiles (:)
, :P
, etc...) with actual emojis (using Node Transforms) and uses own graphics for emojis rendering by creating our own custom node that extends TextNode.
Run it locally: npm i && npm run dev