mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update node modules
This commit is contained in:
6
node_modules/iconv-lite/README.md
generated
vendored
6
node_modules/iconv-lite/README.md
generated
vendored
@@ -20,7 +20,7 @@
|
||||
var iconv = require('iconv-lite');
|
||||
|
||||
// Convert from an encoded buffer to js string.
|
||||
str = iconv.decode(new Buffer([0x68, 0x65, 0x6c, 0x6c, 0x6f]), 'win1251');
|
||||
str = iconv.decode(Buffer.from([0x68, 0x65, 0x6c, 0x6c, 0x6f]), 'win1251');
|
||||
|
||||
// Convert from js string to an encoded buffer.
|
||||
buf = iconv.encode("Sample input string", 'win1251');
|
||||
@@ -154,7 +154,3 @@ $ # To view test coverage:
|
||||
$ npm run coverage
|
||||
$ open coverage/lcov-report/index.html
|
||||
```
|
||||
|
||||
## Adoption
|
||||
[](https://nodei.co/npm/iconv-lite/)
|
||||
[](https://www.codeship.com/projects/29053)
|
||||
|
Reference in New Issue
Block a user