uniconvert
v1.0.1
Published
An npm package to convert units to units
Downloads
17
Readme
uniconvert
Npm package that can convert any unit to any unit.
How to use uniconvert:
1
run to install uniconvert:
npm install uniconvert --save2
To import uniconvert in your app using es6, add this code snippet for ES6
import uniconvert from 'uniconvert'.
if you use ES5, use var uniconvert = require('uniconvert') instead.
