For AI agents: visit https://jibe-juice.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
// 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();
Updated less than a minute ago