1.0.0 • Published 6 years ago

rard-size-format v1.0.0

Weekly downloads
5
License
-
Repository
bitbucket
Last release
6 years ago

rard-size-format

Este componente converter um tamanho de arquivo de bytes para KB, MB, GB ou TB.

Uso básico

import RardSizeFormat from 'rard-size-format'

console.log(RardSizeFormat(2048))

Demostração (Demo)

Clone, configure e execute o projeto do BitBucket:

> git clone https://git@bitbucket.org/eudiasrafael/rard-size-format.git
> cd rard-size-format
> npm install
> npm run dev
1.0.0

6 years ago