jazott3
jazott3
I also did some more thinking- The alternate implementation I was thinking of is listed in the initial issue, but I'm not sure it behaves the way I was hoping....
Yes, that is what I'm proposing. Regarding avoiding the breaking change, I am wondering if we can use `@deprecated` in the short term, and different `XmlReader.read` methods (for example, `readNullable`...
I think it's related to this function returning an empty array: https://github.com/lokesh/color-thief/blob/master/src/core.js#L1-L20 Which is then fed to `quantize` as `pixels` and caught here: https://github.com/lokesh/quantize/blob/master/src/quantize.js#L400 setting the value of palette to...