convert a 2d object with numeric values to percents
npm install object-count-to-percent
using npm
``npm i object-count-to-percent --save`
npm i object-count-to-percent --save
` coffeescriptconsole.log require('object-count-to-percent')({ safari: 100 chrome: 5 msie: 10})
coffeescriptconsole.log require('object-count-to-percent')({ safari: 100 chrome: 5 msie: 10})