New blog post:
Extract Colors from an Image for CSS Themes: https://www.zachleat.com/web/extract-colors/
@zachleat 1) Yellows FTW (C+L champions) 2) What do you use when there is no color that meets your 0.4<x<0.95 filter? 3) Did something go wrong without the concurrency queue that led you to it, or was it a defensive move? I don't have good intuitions about when adding something like that is worth it/not.
@eeeps I think the default is just a light gray but it definitely happens!
Yeah, I usually try to add a concurrency queue (and heavier caching) for things that can/might fetch out to remote sources — definitely a defensive move after I saw some build failure flakiness in some deps
@zachleat Innnnteresting (about the concurrency queue) thank you!