degrad
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i degrad

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.08 kB

Total Files

18

Last publish

Collaborators

  • mgthomas99