chalk/supports-color









Do you want to work on this issue?
You can request for a bounty in order to promote it!
No way to force color in browser #132
roman-khazanskii posted onGitHub
As far as I could understand, browser.js
ignores any means of color enforcing; FORCE_COLOR
is ignored, now way of passing --color
- and anyway, browser.js just returns 'false'.
Even though chrome console, for instance, does support ansi-color.
So if I need to force some other library, depending on this one, to give me back colorized output (that I can transform to html with smthn like ansi-html
), I have to resort to monkey-patching.