svelte-color-select
svelte-color-select copied to clipboard
Okhsv color select for Svelte
## Problem When using the `oklab` prop, values aren’t clamped to the sRGB (or P3) gamut which results in the picker showing the wrong X, Y if you change the...
## Changes Fixes #9. Clamps colors to the RGB range.  Worth noting that this is the “bad” way to clamp; Björn Ottosen outlines [keeping...
## Problem Wanted to open up an issue to discuss rather than a PR. When this component is rendered, it has hardcoded `fill` stylings on the SVG elements, and doesn’t...
Thanks a lot for the fix on the #000000 color issue. The other issue I mentioned in the video there is that when you release the mouse outside the color...