# html-element-stringify

> HTMLElement stringifier

Latest version **0.2.0** (published 2015-09-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install html-element-stringify
pnpm add html-element-stringify
yarn add html-element-stringify
bun add html-element-stringify
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2015-09-26 |
| First published | 2015-09-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Sasha Koss |
| Maintainers | kossnocorp |
| Keywords | utility, html, stringifier |

## Links

- npm: https://www.npmjs.com/package/html-element-stringify
- Repository: git@github.com:kossnocorp/html-element-stringify
- Homepage: https://github.com/kossnocorp/html-element-stringify
- Issues: https://github.com/kossnocorp/html-element-stringify/issues
- npm.io page: https://npm.io/package/html-element-stringify

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 0.2.0 (latest) — 2015-09-26
- 0.1.0 — 2015-09-26

## README

# html-element-stringify

HTMLElement stringifier.

## Installation

```
npm install html-element-stringify --save
```

## Example

``` js
var htmlElementStringify = require('html-element-stringify')

var div = document.createElement('div')
div.id = 'test'
div.innerHTML = 'TEST'

htmlElementStringify(div)
//=> '<div id="test">TEST</div>'
```

## License

MIT

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