triangulate-image
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "triangulate-image", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Converts images in to triangular polygons.", | ||
@@ -44,3 +44,3 @@ "author": "Georg Fischer <hi@snorpey.com>", | ||
"karma-mocha": "^2.0.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^8.2.0", | ||
"object-assign": "^4.1.1", | ||
@@ -47,0 +47,0 @@ "rollup": "^2.0.0", |
@@ -82,3 +82,3 @@ [![build status](https://travis-ci.org/snorpey/triangulate-image.svg?branch=master)](https://travis-ci.org/snorpey/triangulate-image) | ||
var triangulationParams = { | ||
accuracy: 0.7, // float beteween 0 and 1 | ||
accuracy: 0.7, // float between 0 and 1 | ||
blur: 40, // positive integer | ||
@@ -85,0 +85,0 @@ threshold: 50, // integer between 1 and 100 |
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
670128