JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q61536F
  • License MIT

Linear converter

Package Exports

  • linear-converter

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 (linear-converter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

linear-converter

Build Status

Flexible linear converter with built in conversions for common units

Install

npm i linear-converter

Basic usage

var converter = require('convert');

converter.convert(25, converter.PRESETS.temperature.celsiusToFahrenheit); // => 77

See more