Example Usage

// Pull in the library
const UI = require('jibe-juice');

// Instantiate the spinner
const spinner = new UI.Spinner();

// Start spinner
spinner.start();

// Stop spinner
spinner.stop();