minitel-mosaic
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -30,3 +30,3 @@ "use strict"; | ||
const newY = y + Math.floor(i / 2); | ||
cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length)]); | ||
cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length - 1)]); | ||
} | ||
@@ -33,0 +33,0 @@ clusters.push(cluster); |
{ | ||
"name": "minitel-mosaic", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A mosaic adaptor for immjs's minitel npm ecoystem", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39488