avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

Convert filesize to bytes #100

Closed arthurshlain closed 5 years ago

arthurshlain commented 5 years ago

How about converting strings like this "16M", "16 M", "256KB", "256 KB" and others to bytes? (revert functionality)

avoidwork commented 5 years ago

I'll accept your PR.