turf-is-clockwise
Advanced tools
Comparing version 0.0.2 to 0.1.2
{ | ||
"name": "turf-is-clockwise", | ||
"version": "0.0.2", | ||
"version": "0.1.2", | ||
"description": "turf isClockwise module", | ||
@@ -28,4 +28,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "^2.13.1" | ||
"tape": "^2.13.4" | ||
} | ||
} |
@@ -7,3 +7,23 @@ turf-isClockwise | ||
###Install | ||
```sh | ||
npm install turf-is-clockwise | ||
``` | ||
###Parameters | ||
|name|description| | ||
|---|---| | ||
|ring|an array of coordinates| | ||
###Usage | ||
```js | ||
isClockwise(ring) | ||
``` | ||
###Example | ||
```js | ||
var isClockwise = require('turf-is-clockwise') | ||
@@ -10,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3767
38