@slate-serializers/dom
v2.2.3
Published
Serialize Slate JSON objects to the DOM. Can be used with `htmlparser2` and associated utilities to modify the DOM and generate HTML. Used by other serializers in this monorepo.
Readme
@slate-serializers/dom
slateToDom is used by slateToHtml in @slate-serializers/html before serializing to HTML.
It is made available as a separate serializer for cases where DOM manipulation is desired before serializing to HTML.
