jschardet

v3.1.4
Character encoding auto-detection in JavaScript (port of python's chardet)
encoding charset

dist-dev

mkdir -p dist && browserify index.js -s jschardet --detect-globals false -o dist/jschardet.js && ./scripts/show-size-changes.sh dist/jschardet.js

dist

npm run dist-dev && java -jar node_modules/google-closure-compiler-java/compiler.jar --warning_level QUIET --compilation_level SIMPLE_OPTIMIZATIONS --language_in=ECMASCRIPT6_STRICT --language_out=ES5 --js dist/jschardet.js > dist/jschardet.min.js && ./scripts/show-size-changes.sh dist/jschardet.min.js

dist-size-changes

./scripts/show-size-changes.sh dist/*

test

jest
npm i jschardet

Metadata

  • LGPL-2.1+
  • >=0.1.90
  • António Afonso
  • released 9/30/2024

Downloads

Maintainers