0.0.1 • Published 9 months ago
@dockfries/chardetng v0.0.1
@dockfries/chardetng
Simple charset detector, powered by chardetng and napi-rs.
Example
import { detect } from '@dockfries/chardetng'
const guessCharset = detect(
new Uint8Array([196, 227, 186, 195, 202, 192, 189, 231])
)
console.log(guessCharset === 'GBK')License
0.0.1
9 months ago