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.
npm install @slate-serializers/domslateToDom 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.