1.0.1 • Published 6 years ago

degrad v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

degrad

npm CircleCI CodeCov license

Angular unit conversion between degrees, radians, and gradians.

Usage

Install

    npm install degrad --save // -> Installs it via NPM
    yarn add degrad // -> Installs it via Yarn

Build

degrad is built using Gulp, a task automation service. When building degrad, you can either invoke Gulp directly via the gulp command, or allow NPM to take care of invoking Gulp by executing npm run build. Both commands do exactly the same task internally.

    npm run build // Build via NPM script
    gulp // Build via Gulp script

Functions

degrad exposes a small library of functions for accurately converting between angular units, specifically degrees, radians, and gradians.

License

Please see the LICENSE file for license information.