Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roman-yerin/encdetect
Encoding detection module (javascript)
https://github.com/roman-yerin/encdetect
Last synced: 11 days ago
JSON representation
Encoding detection module (javascript)
- Host: GitHub
- URL: https://github.com/roman-yerin/encdetect
- Owner: roman-yerin
- License: mit
- Created: 2017-11-04T17:03:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T18:19:40.000Z (about 7 years ago)
- Last Synced: 2024-12-19T01:15:11.662Z (17 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# encdetect
Encoding detection module (javascript)
```javascript
const encdetect = require('encdetect')
var buffer = ... // Get Buffer data
encdetect(buffer)
```
Returns Object instance { encoding: 'encoding', confidence: 0 to 1 }