basti1302/elm-human-readable-filesize - version: 1.2.0

for more information visit the package's GitHub page

Package contains the following modules:

Human Readable File Sizes in Elm Travis build Status

This library converts a file size in bytes into a human readable string.

Examples:

format 1234 == "1.23 kB"
format 238674052 == "238.67 MB"
format 543 == "543 B"

See package documentation for more details and customization options.

Releases