Package Exports
- conversions
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (conversions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
conversions
Converts many different distance measures.
Install
npm install --save conversions
or
bower install --save conversions
Usage
conversions(value, fromUnit, toUnit)
Example
var conversions = require('conversions');
conversions(1000, 'metres', 'kilometres'); // equals 1
conversions(1000, 'm', 'km'); // equals 1Supported Units
- milimetres
- centimetres
- metres
- kilometres
- inches
- feet
- yards
- miles
Aliases
It is possible to pass through other unit values for each unit, for example m|metre|metres|meter|meters or in|inch|inches