1.0.1 • Published 6 years ago

@richthegeek/htmldecode v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.

1.0.1

6 years ago

1.0.0

6 years ago