@wegotpop/synthetic-dom
Version:
Synthetic HTML DOM for use with parsing within React-RTE
8 lines (4 loc) • 323 B
Markdown
# Synthetic HTML DOM for use with parsing within React-RTE
This package allows us to create an in-memory document object model similar to the browser's DOM but using pure JS data structures. It is useful as a target for parsers (such as `draft-js-import-markdown`).
## License
This software is [ISC Licensed](/LICENSE).