Skip to content

Commit 55507d8

Browse files
committed
docs: update readme and example captures
Signed-off-by: Emilio Reyes <soda480@gmail.com>
1 parent f682240 commit 55507d8

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use `ascii-art-animator` to convert the following [GIF image](https://raw.github
4444
* set columns to 140 characters
4545

4646
```bash
47-
ascii-art-animator -f docs/images/marcovich.gif -d -a -m 1 -c 140
47+
ascii-art-animator -f docs/images/marcovich.gif -a -m 1 -c 130
4848
```
4949

5050
![example](https://raw.githubusercontent.com/soda480/ascii-animator/main/docs/images/marcovich-exec.gif)

docs/images/example2.gif

203 KB
Loading

docs/images/example3.gif

-718 KB
Loading

docs/images/marcovich-exec.gif

-1.1 MB
Loading

examples/example2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def cycle(self):
3939

4040

4141
def main():
42-
Animator(animation=EqAmpLevelBars(35, 140), speed=Speed.SLOW)
42+
Animator(animation=EqAmpLevelBars(35, 130), speed=Speed.SLOW)
4343

4444

4545
if __name__ == '__main__': # pragma: no cover

0 commit comments

Comments
 (0)