Skip to content

Commit

Permalink
Add binary spinner (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad4mx committed May 2, 2023
1 parent 59663fc commit 1e0214f
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@ -30,6 +30,7 @@ declare namespace cliSpinners {
| 'bounce'
| 'boxBounce'
| 'boxBounce2'
| 'binary'
| 'triangle'
| 'arc'
| 'circle'
Expand Down
15 changes: 15 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,21 @@
""
]
},
"binary": {
"interval": 80,
"frames": [
"010010",
"001100",
"100101",
"111010",
"111101",
"010111",
"101011",
"111000",
"110011",
"110101"
]
},
"arc": {
"interval": 100,
"frames": [
Expand Down

0 comments on commit 1e0214f

Please sign in to comment.