diff --git a/index.d.ts b/index.d.ts index 1e13819..3decdbd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -30,6 +30,7 @@ declare namespace cliSpinners { | 'bounce' | 'boxBounce' | 'boxBounce2' + | 'binary' | 'triangle' | 'arc' | 'circle' diff --git a/spinners.json b/spinners.json index d0407d8..6eb8ddc 100644 --- a/spinners.json +++ b/spinners.json @@ -785,6 +785,21 @@ "◥" ] }, + "binary": { + "interval": 80, + "frames": [ + "010010", + "001100", + "100101", + "111010", + "111101", + "010111", + "101011", + "111000", + "110011", + "110101" + ] + }, "arc": { "interval": 100, "frames": [