rnbw
v1.4.1
Published
Make it rainbow
Downloads
3
Readme
rnbw
Rainbows for life
What does this module do?
It rainbowifies text:
To use
npm install rnbw
This can either be used as a module as such:
var rnbw = require('rnbw')
rnbw.rainbow('the text to rainbow')
rnbw.colorify(45, 'some text to color based on that number (look up ANSI escape sequences)')
Or as a command line tool:
./node_modules/bin/rnbw text.txt
Have fun rainbowing!