Comparing version 0.0.2 to 0.1.0
/** | ||
* @license Angles.js v0.0.2 08/04/2016 | ||
* @license Angles.js v0.1.0 08/04/2016 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2015, Robert Eisele (robert@xarg.org) |
/* | ||
Angles.js v0.0.2 08/04/2016 | ||
Angles.js v0.1.0 08/04/2016 | ||
@@ -4,0 +4,0 @@ Copyright (c) 2015, Robert Eisele (robert@xarg.org) |
{ | ||
"name": "angle", | ||
"main": "angles.js", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/infusion/Angles.js", | ||
@@ -6,0 +6,0 @@ "description": "A function collection for working with angles", |
{ | ||
"name": "angles", | ||
"title": "angles.js", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/infusion/Angles.js", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/infusion/Angles.js/issues", |
@@ -83,2 +83,6 @@ # Angles.js | ||
compass(angle) | ||
--- | ||
Translates the angle to a point of the compass ("N", "NE", "E", "SE", "S", "SW", "W", "NW"). If you want to want to have the major directions only, remove every second element from the array `DIRECTIONS`. | ||
Installation | ||
@@ -85,0 +89,0 @@ === |
16951
138