ani-mate-ter
v1.0.1
Published
animate your cli!
Downloads
5
Readme
Ani-Mate-ter
animate your terrrrrminal! :zap: :zap:
Install
npm install ani-mate-ter
How To
ani-mate just takes two args, frames and rate. The frames are an array of strings that you want to animate, Kinda like a flip book, and rate is the speed in ms.
const ani = require('ani-mate-ter')
ani(frames=arry, rate=100)
:smilecat: