Svelte action mounting the editor view on an element: <div use:trevixalEditor={{ editor }} />. Works with Svelte 4 stores and Svelte 5 runes alike: the binding itself has no Svelte dependency.
<div use:trevixalEditor={{ editor }} />
Svelte action mounting the editor view on an element:
<div use:trevixalEditor={{ editor }} />. Works with Svelte 4 stores and Svelte 5 runes alike: the binding itself has no Svelte dependency.