Skip to content

1.3.0

Compare
Choose a tag to compare
@surpri6e surpri6e released this 09 Feb 11:46
· 10 commits to main since this release
75acee1

Bytes transform

Getting started

npm i bytes-transform

After that we can use:

import { formatBytes } from 'bytes-transform';

const newFormat = formatBytes(5000, {'MB', 'GB'});
console.log(newFormat.amountOfCapacityBytes, newFormat.size);

Try to integrate this function in Files prototype.