Skip to content

๐Ÿ“ Human-friendly bits and bytes (kilo, mega, giga, tera, peta)(bit/bytes)

License

Notifications You must be signed in to change notification settings

Jamesford/bitbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

bitbyte

Human-friendly bits and bytes (kilo, mega, giga, tera, peta)(bit/bytes)

Basic Usage

var byte = require('bitbyte')

byte.toSI(1048576)
=> "1.05 MB"

byte.toIEC(1048576)
=> "1.00 MiB"

Bytes only at the moment! Bits coming soon!

About

๐Ÿ“ Human-friendly bits and bytes (kilo, mega, giga, tera, peta)(bit/bytes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published