This package will return human readable file size in Bytes, Kb, Mb, Gb, Tb, Pb, Eb, Zb, Yb
npm install file-bytes-formatterThis package will return human readable file size in Bytes, Kb, Mb, Gb, Tb, Pb, Eb, Zb, Yb
For Node js
``js
var Fsf = require("file-bytes-formatter")
console.log(Fsf(2020202))
`
For React js
`js
import Fsf from "file-bytes-formatter"
console.log(Fsf(2020202))
`
1.93 MB
`
$3
`
1.Size (Number)``