color-string icon indicating copy to clipboard operation
color-string copied to clipboard

Parser and generator for CSS color strings

Results 10 color-string issues
Sort by recently updated
recently updated
newest added

Could you please to support hsv or hsb mode .

Closes #56 Closes #68 I removed the `simple-swizzle` feature.

Adjacent to: https://github.com/Qix-/color/issues/256 Modern build tooling favors esm modules. I can help with this is you're ok with it coming from an external contributor

didn't really need simple-swizzle... flat can do it for u Run all the test. it passes with flying colors

Brought up over at Qix-/color#55 - there is a new format for CSS color functions that should be supported here. @kevinSuttle linked to a great reference: https://github.com/postcss/postcss-color-function

enhancement
standards

HI. I have made changes to the regex to correctly parse no-comma RGBA. This feature is needed to implement https://github.com/Qix-/color/issues/257.

### Changes - Rewrite with TypeScript - Separate `get` and `to` functions to support tree-shaking - Expose some useful utilities - Use `c8` & `ava` for testing - Use [named...

Related to https://github.com/Qix-/color/pull/275#issuecomment-3239428882

I've seen that the likelihood of ReDoS has come up a few times in this repo before and agree it's not really a major security thing, but it's one of...

Hello, I added the following methods: - cs.get.lab - cs.get.oklch - cs.to.lab - cs.to.oklch - cs.to.oklch.percent