degrad
Angular unit conversion between degrees, radians, and gradians.
Usage
Install
npm install degrad --save // -> Installs it via NPM
yarn add degrad // -> Installs it via YarnBuild
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 scriptFunctions
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.