support for RGB, HLS?
beckend opened this issue · 2 comments
beckend commented
when one needs more than the included.
dimaslanjaka commented
need also for HEX
danneu commented
Yeah, the readme says it's a drop-in replacement for chalk
, but it's missing these methods that chalk has. The only reason I was using chalk was for chalk.hex('#111111')
and chalk.rgb(r,g,b)
.