We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5a10f commit 16de64eCopy full SHA for 16de64e
README.md
@@ -1,8 +1,8 @@
1
# encoding-sniffer [](https://github.com/fb55/encoding-sniffer/actions/workflows/nodejs-test.yml)
2
3
-An implementation of the HTML encoding sniffer algo, with stream support.
+An implementation of the HTML Standard's [encoding sniffing algorithm](HTML Standard's encoding sniffing algorithm), with stream support.
4
5
-This module wraps around [iconv-lite](https://github.com/ashtuchkin/iconv-lite)
+This module wraps around [@exodus/bytes]([https://github.com/ashtuchkin/iconv-lite](https://github.com/ExodusOSS/bytes))
6
to make decoding buffers and streams incredibly easy.
7
8
## Features
0 commit comments