Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 }