gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Break into separate modules #22

Open danielnaab opened 9 years ago

danielnaab commented 9 years ago

It would be very useful for those of us doing client-side development if js-quantities could be split into a number of smaller CommonJS modules, so if only a few features are used the full library doesn't need to be compiled into an app bundle. As it stands, for the byte counter the library is a bit on the large size and offers many features that any single use case wouldn't need.

paulpdaniels commented 8 years ago

+1

gabdl commented 8 years ago

+1