2.0.1 • Published 3 years ago

loadspin v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Loadspin

Loadspin is a wrapper for ora!

Docs

Loadspin is really simple, just use something like this: Example

const loadspin = require('loadspin');

loadspin.create('Loading', 3000, bouncingBar);
// will output bouncingBar spinner(check out spinners.json for options) for 3 second (3000ms)

// or
loadspin.create('One sec...', 4000)
// will output a random spinner for 4 seconds