Updated README.md

This commit is contained in:
Zoraiz 2021-06-03 13:55:45 +05:00
parent 7f1dec750d
commit 5cf6697ab4
1 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,8 @@ func main() {
// For clarity, all flags are covered in this example, but you can use specific ones.
flags["complex"] = true // Use complex character set
flags["dimensions"] = []int{50, 25} // 50 by 25 ascii art size
flags["saveTxtPath"]: ".", // Save generated text in same directory
flags["saveImagePath"]: ".", // Save generated image in same directory
flags["saveTxtPath"] = "." // Save generated text in same directory
flags["saveImagePath"] = "." // Save generated PNG image in same directory
flags["negative"] = true // Ascii art will have negative color-depth
flags["colored"] = true // Keep colors from original image
flags["customMap"] = " .-=+#@" // Starting from darkest to brightest shades. This overrites "complex" flag