minitel-mosaic
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "minitel-mosaic", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A mosaic adaptor for immjs's minitel npm ecoystem", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -36,3 +36,3 @@ import { MinitelObject } from "minitel-standalone/dist/abstract/minitelobject"; | ||
cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length)] as ColorTriplet); | ||
cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length - 1)] as ColorTriplet); | ||
} | ||
@@ -39,0 +39,0 @@ clusters.push(cluster); |
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
39484