From a5c5d76a17271e8d50dae8c481e55a7adbd687d9 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 4 Aug 2019 10:02:01 -0700 Subject: [PATCH] docs: Remove note about buggy return count. It's been fixed. --- src/color-thief.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/color-thief.js b/src/color-thief.js index a409733..650d42e 100644 --- a/src/color-thief.js +++ b/src/color-thief.js @@ -71,8 +71,6 @@ ColorThief.prototype.getColor = function(sourceImage, quality = 10) { * colorCount determines the size of the palette; the number of colors returned. If not set, it * defaults to 10. * - * BUGGY: Function does not always return the requested amount of colors. It can be +/- 2. - * * quality is an optional argument. It needs to be an integer. 1 is the highest quality settings. * 10 is the default. There is a trade-off between quality and speed. The bigger the number, the * faster the palette generation but the greater the likelihood that colors will be missed.