extract-colors
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "extract-colors", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Extract color palettes from images", | ||
@@ -11,3 +11,3 @@ "main": "lib/extract-colors.cjs", | ||
"build": "vite build --config conf/vite.config.ts && tsc --project conf/tsconfig.type.json", | ||
"postbuild": "mv lib/extractColors.d.ts lib/extract-colors.d.ts; sed -i 's/__DEV__/process.env.NODE_ENV !== \"production\"/g' lib/**.*", | ||
"postbuild": "mv lib/extractColors.d.ts lib/extract-colors.d.ts; sed -i 's/__DEV__/process.env.NODE_ENV !== \"production\"/g' lib/**.*js ; ", | ||
"lint": "eslint src --fix", | ||
@@ -34,3 +34,4 @@ "pretest": "npm run build", | ||
"back-end", | ||
"node" | ||
"node", | ||
"hsl" | ||
], | ||
@@ -37,0 +38,0 @@ "author": "damien@doussaud.fr", |
@@ -13,4 +13,4 @@ # Extract Colors | ||
Extract color palettes from images. | ||
Simple use, < 6ko minified, fast process and no dependencies for browser. | ||
Need image reader for node.js | ||
Simple use, < 6kB minified, gzip ≈ 2kB, fast process and no dependencies for browser. | ||
Need image reader dependence for node.js | ||
@@ -17,0 +17,0 @@ [Website](https://extract-colors.namide.com/) | [Demo](https://extract-colors.namide.com/demo/) | [Guide](https://extract-colors.namide.com/guide/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
139583
0