omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.67k stars 50 forks source link

Convert HSV object to string #119

Open bjarnef opened 11 months ago

bjarnef commented 11 months ago

I noticed the API has

toHex(), toRgb(),toHsl() and to toHsv().

Furthermore:

toHRgbString() and toHslString(), but why no toHsvString() function?

I guess it has been forgotten to add it here? https://github.com/omgovich/colord/tree/master/src/colorModels