# Egak Sample image generator. ## Install ``` $ cargo install egak ``` ## Usage ```sh $ egak --help Sample image generator 1.0.0 LeafChage (https://github.com/LeafChage) USAGE: egak [OPTIONS] --height --output --width FLAGS: --help Prints help information -V, --version Prints version information OPTIONS: -c, --color <#ffffff | black | blue | cyan | gray | green | magenta | red | white | yellow> default is gray -h, --height sample image height -o, --output write image path -w, --width sample image width ``` ## Example ``` $ egak -h 300 -w 300 -o output.png output.png ``` ![output](https://user-images.githubusercontent.com/18657444/128619837-d20a2db3-befd-4fde-8111-dedeccdd2273.png) ## Font * [ArchitectsDaughter](https://fonts.google.com/specimen/Architects+Daughter#standard-styles) Thanks you!!