zouhir / lqip

Low Quality Image Placeholders (LQIP) Module for Node
433 stars 30 forks source link

Filter null values from the palette #1

Closed vaneenige closed 7 years ago

vaneenige commented 7 years ago

If by any chance the swatch parameter in toPalette contained null values it would break when getting the population. The updated version skips the null values and leaves a palette array that is only filled with relevant information.

zouhir commented 7 years ago

Thanks @vaneenige ! merged!