import { type SpinnerOptions } from "https://deno.land/std@0.224.0/cli/spinner.ts";
Options for Spinner
.
Properties
The sequence of characters to be iterated through for animation.
The message to display next to the spinner. This can be changed while the spinner is active.
optional
color: ColorThe color of the spinner. Defaults to the default terminal color. This can be changed while the spinner is active.