chalk-animation icon indicating copy to clipboard operation
chalk-animation copied to clipboard

:clapper: Colorful animations in terminal output

Results 6 chalk-animation issues
Sort by recently updated
recently updated
newest added

**like**: ``` import chalkAnimation from 'chalk-animation'; chalkAnimation.neon('Lorem ipsum dolor sit amet',green); // what about second params for color ? ``` _Not only support of one color but also support of...

Hi, i love this project and i wanted to suggest a feature . i normally use this code to update figures/values on the same line without creating newlines. just like...

i made some changes to the index file to support "one-liner" countdown/timer. Please feel free and make some changes to it so that users who want to use this repo...

Im not sure why there is automatic stop on new print into console. Shouldnt it be optional behaviour?

- Updated dependencies + added `audit` and `sort` scripts to package.json

- [x] I have the latest versions of all packages - [x] I am using the demo code ```javascript import chalkAnimation from 'chalk-animation'; chalkAnimation.rainbow('Lorem ipsum dolor sit amet'); ``` ```...