Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoraiz committed Jun 3, 2021
1 parent 7f1dec7 commit 5cf6697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cf6697

Please sign in to comment.