70+ spinners for use in the terminal
The list of spinners is just a JSON file and can be used wherever.
You probably want to use one of these spinners through the ora
package.
import cliSpinners from 'cli-spinners'; console.log(cliSpinners.dots); /* { interval: 80, frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'] } */
interval
is the intended time per frame, in milliseconds.frames
is an array of frames to show for the spinner.The header GIF is outdated. See all the spinner at once or one at the time.
Each spinner comes with a recommended interval
and an array of frames
.
Get a random spinner.
import {randomSpinner} from 'cli-spinners'; console.log(randomSpinner()); /* { interval: 80, frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'] } */
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4