Skip to content

Commit

Permalink
Add dots14 spinner (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeukko authored Jul 1, 2024
1 parent 62b602d commit 91bfe09
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type SpinnerName =
| 'dots10'
| 'dots11'
| 'dots12'
| 'dots14'
| 'dots8Bit'
| 'sand'
| 'line'
Expand Down
17 changes: 17 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,23 @@
""
]
},
"dots14": {
"interval": 80,
"frames": [
"⠉⠉",
"⠈⠙",
"⠀⠹",
"⠀⢸",
"⠀⣰",
"⢀⣠",
"⣀⣀",
"⣄⡀",
"⣆⠀",
"⡇⠀",
"⠏⠀",
"⠋⠁"
]
},
"dots8Bit": {
"interval": 80,
"frames": [
Expand Down

0 comments on commit 91bfe09

Please sign in to comment.