mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 06:15:24 -04:00
🎉 custom spinner
This commit is contained in:
parent
8b24845c86
commit
e242869da1
1 changed files with 4 additions and 0 deletions
|
@ -2,4 +2,8 @@ import ora from "ora";
|
|||
|
||||
const spinner = ora();
|
||||
|
||||
spinner.color = "yellow";
|
||||
|
||||
spinner.spinner = { interval: 150, frames: ["📷", "📸"] };
|
||||
|
||||
export { spinner };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue