At work today I removed the `react-color` color picker widget library from our web app, which is 130kb of JS minified! You know what you can use instead of this in many cases?
<input type="color">
It's a thing!
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color
@darius embrace and extinguish