mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
refactor: Move validation logic to core
This commit is contained in:
@@ -39,7 +39,7 @@ const showColorsForImage = function(image, section) {
|
||||
|
||||
// getPalette(img)
|
||||
let paletteHTML = '';
|
||||
let colorCounts = [2, 9];
|
||||
let colorCounts = [3, 9];
|
||||
colorCounts.forEach((count) => {
|
||||
let start = Date.now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user