Updated README.md

This commit is contained in:
Zoraiz Hassan 2021-05-31 20:29:35 +05:00 committed by GitHub
parent 6052715892
commit 0d40aefe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ func main() {
flags := aic_package.DefaultFlags() flags := aic_package.DefaultFlags()
// This part is optional. You can directly pass flags variable to ConvertImage() if you wish. // This part is optional. You can directly pass flags variable to ConvertImage() if you wish.
// For clarity, all flags are covered in this example. // For clarity, all flags are covered in this example, but you can use specific ones.
flags["complex"] = true // Use complex character set flags["complex"] = true // Use complex character set
flags["dimensions"] = []int{50, 25} // 50 by 25 ascii art size flags["dimensions"] = []int{50, 25} // 50 by 25 ascii art size
flags["savePath"] = "." // Saves to current directory flags["savePath"] = "." // Saves to current directory