@richthegeek/htmldecode

1.0.1 • Public • Published

HTMLDecode

Decode HTML entity characters in a string into their proper character forms. Focus is on package size (~10kb gzipped) rather than speed, although it's certainly not slow.

Supported formats:

  • Æ
  • æ
  • Æ
  • Æ

It does not support non-strict codes (e.g. &amp without ;) because this causes more problems than it solves.

Package Sidebar

Install

npm i @richthegeek/htmldecode

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

26.8 kB

Total Files

5

Last publish

Collaborators

  • richthegeek