Files
Vlad Fedosov 054c983a9b docs: Creating a Plugin page + example (#5717)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-15 10:18:53 -06:00

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

Open in StackBlitz