@turf/bezier
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -16,2 +16,3 @@ var linestring = require('@turf/helpers').lineString; | ||
* @returns {Feature<LineString>} curved line | ||
* @addToMap line, curved | ||
* @example | ||
@@ -39,8 +40,3 @@ * var line = { | ||
* | ||
* var result = { | ||
* "type": "FeatureCollection", | ||
* "features": [line, curved] | ||
* }; | ||
* | ||
* //=result | ||
* //=curved | ||
*/ | ||
@@ -47,0 +43,0 @@ module.exports = function (line, resolution, sharpness) { |
{ | ||
"name": "@turf/bezier", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "turf bezier module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,8 +41,3 @@ # @turf/bezier | ||
var result = { | ||
"type": "FeatureCollection", | ||
"features": [line, curved] | ||
}; | ||
//=result | ||
//=curved | ||
``` | ||
@@ -49,0 +44,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
11479
190
70