polyline-normals
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "polyline-normals", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "gets miter normals for a 2D polyline", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # polyline-normals | ||
//get the normals, flag as closed loop | ||
//get the normals as a closed loop | ||
var normals = getNormals(path, true) | ||
@@ -26,5 +26,5 @@ | ||
## ThreeJS Example | ||
## Shader Example | ||
Coming soon. | ||
For an example of how to use this within a shader, see [three-line-2d](https://nodei.co/npm/three-line-2d/). | ||
@@ -31,0 +31,0 @@ ## Usage |
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
8167