Comparing version 0.0.0 to 0.0.1
@@ -5,3 +5,3 @@ { | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
@@ -12,2 +12,2 @@ "author": "Bodo Kaiser <i@bodokaiser.io>", | ||
} | ||
} |
@@ -81,5 +81,5 @@ const DEFAULT_ITERS = 1 | ||
function kernel(x, y, n) { | ||
m = (n && -1) || 1 | ||
var m = (n && -1) || 1 | ||
return [[x-m, y-m], [x+m, y-m], [x, y-m], [x-m, y]] | ||
} | ||
} |
@@ -9,3 +9,3 @@ { | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
@@ -12,0 +12,0 @@ "description": "Implementation of geodesic distance transform algorithm.", |
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
8291
200