# de-html

> 📦 Decodes strings with HTML encoded characters

Latest version **0.0.2** (published 2022-03-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install de-html
pnpm add de-html
yarn add de-html
bun add de-html
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2022-03-07 |
| First published | 2022-03-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 78.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Joshua Weber |
| Maintainers | daschaa |
| Keywords | decode, html, string |

## Links

- npm: https://www.npmjs.com/package/de-html
- Repository: https://github.com/daschaa/de-html
- Homepage: https://github.com/daschaa/de-html#readme
- Issues: https://github.com/daschaa/de-html/issues
- npm.io page: https://npm.io/package/de-html

## 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.0.2 (latest) — 2022-03-07
- 0.0.1 — 2022-03-05

## README

# de-html

De-html is a package to decode HTML encoded symbols in a string. It scans a string for HTML encoded codes and replaces them with the corresponding symbols.

## Installation & Usage

The package can be installed with 
```bash
npm install de-html
```
It can then be used in the code.

```javascript
import { decode } from 'de-html';

decode("This is a hashtag: &#35; "); // => This is a hashtag #
```

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