bytes-pretty
v0.1.0
Published
Convert bytes to human-readable (KB, MB, GB, TB). Smart precision.
Maintainers
Readme
bytes-pretty
Convert bytes to human-readable (KB, MB, GB, TB). Smart precision.
Install
npm install bytes-prettyUsage
import { bytesPretty } from 'bytes-pretty';
bytesPretty(1536); // '1.50 KB'
bytesPretty(1234567); // '1.2 MB'License
MIT — by colinballin
