# synthetic-dom

> Synthetic HTML DOM for use with parsing within React-RTE

Latest version **1.4.0** (published 2019-07-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install synthetic-dom
pnpm add synthetic-dom
yarn add synthetic-dom
bun add synthetic-dom
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2019-07-29 |
| First published | 2016-03-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 27.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 880 |
| Author | sstur@me.com |
| Maintainers | sstur |
| Keywords | synthetic-dom, virtual-dom, markdown-parser |

## Links

- npm: https://www.npmjs.com/package/synthetic-dom
- Repository: https://github.com/sstur/draft-js-utils/tree/master/packages/synthetic-dom
- Homepage: https://github.com/sstur/draft-js-utils/blob/master/packages/synthetic-dom/README.md
- Issues: https://github.com/sstur/draft-js-utils/issues
- npm.io page: https://npm.io/package/synthetic-dom

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 1.4.0 (latest) — 2019-07-29
- 1.3.3 — 2019-02-28
- 1.3.2 — 2019-02-27
- 1.2.0 — 2017-09-19
- 1.1.0 — 2017-09-07
- 1.0.2 — 2017-09-03
- 1.0.1 — 2017-09-03
- 0.2.1 — 2016-11-03
- 0.2.0 — 2016-10-10
- 0.1.5 — 2016-10-05
- 0.1.4 — 2016-04-21
- 0.1.3 — 2016-04-17
- 0.1.2 — 2016-03-17
- 0.1.1 — 2016-03-13
- 0.1.0 — 2016-03-12

## README

# 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).

---
_Source: https://npm.io/package/synthetic-dom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
