Update README.md

This commit is contained in:
jacob janzen 2022-08-23 12:26:14 -05:00 committed by GitHub
parent 9ef6fcfc11
commit 21e8aba2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,12 @@
Creates a procedurally generated image that sort of looks like bubbles Creates a procedurally generated image that sort of looks like bubbles
USAGE: USAGE:
```
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT> bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
```
OPTIONS: OPTIONS:
```
-f, --frames <FRAMES> number of gif frames -f, --frames <FRAMES> number of gif frames
-h, --height <HEIGHT> height of the image -h, --height <HEIGHT> height of the image
--help Print help information --help Print help information
@ -13,3 +16,4 @@ OPTIONS:
-o, --out <OUT> output file -o, --out <OUT> output file
-V, --version Print version information -V, --version Print version information
-w, --width <WIDTH> width of the image -w, --width <WIDTH> width of the image
```