Hey !! It's an awesome project to have, and it's really helpful sometimes, really for these usecases I am going back to some of the other websites, which makes me anxious, however, I would love to contribute as a developer as well.
As per my glance, I can find issues like:
Color Conversion doesn't support any modern color palette such as (HSL, HSLa, LCH, Display P3)
Copying in Color Conversion page should copy the whole thing rgba(255, 255, 255, 1), not 255, 255, 255, 1
As I can see in color conversion, RGB & RGBA syntax is not the modern standard, newer syntax is not comma-separated, it is space-separated.
Maybe needs some switch or checkbox to generate newer Color Level 4 syntax as well.
I might find other things as well if I start using more. I will list them here.
Hey !! It's an awesome project to have, and it's really helpful sometimes, really for these usecases I am going back to some of the other websites, which makes me anxious, however, I would love to contribute as a developer as well.
As per my glance, I can find issues like:
rgba(255, 255, 255, 1)
, not255, 255, 255, 1
Maybe needs some switch or checkbox to generate newer Color Level 4 syntax as well.
I might find other things as well if I start using more. I will list them here.