Boris

Results 224 comments of Boris

Hi! Thanks for the suggestion, but `rbga` would give different results depending on your card background. Some people use light mode, and others use dark mode However, darkening the color...

I'm now realizing that there is the same problem with `rgbw_color` and `rgbww_color`, only the R, G and B values are taken in account for the icon color (not the...

Thanks for this PR ! I will run some benchmarks to measure the difference

I'm not sure what you mean, but maybe you can find an answer in #34

This module runs with Node versions as low as version 12. Upgrading dependencies breaks this compatibility (you can see the tests failing)

Hi, Sorry about the excessively long delay to reply ! In order to create something which looks like an animation, this module keeps **printing** then **deleting** what it just printed....

I'm not sure I understand your question. Can you please explain what you mean?

Sure ! ```js chalkAnimation.rainbow('Some loooooooooooooooong text'); // Start animation await new Promise(r => setTimeout(r, 1000)); // Wait 1 second console.log('Something else'); // Stop animation and log something else ``` For...

Hello, have you tried the commands described in the README?