1.0.1 • Published 5 years ago

@richthegeek/htmldecode v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago