extract-colors
Advanced tools
Comparing version 4.0.5 to 4.0.6
{ | ||
"name": "extract-colors", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Extract color palettes from images", | ||
@@ -5,0 +5,0 @@ "main": "lib/extract-colors.cjs", |
@@ -86,4 +86,3 @@ # Extract Colors | ||
const data = [...pixels.data] | ||
const width = pixels.shape[0] | ||
const height = pixels.shape[1] | ||
const [width, height] = pixels.shape | ||
@@ -90,0 +89,0 @@ extractColors({ data, width, height }) |
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
139542
203