Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ASCII is the 16 darkness levels of characters
ASCII = "@ND8OZ$7I?+=~:, "
)
View Source
const ( // TempOutputFile is the location of the temp file. // ideally this should be an actual /tmp/file but had issues with // it for weird reasons so this will have to do for now. // MULTITHREADED WILL NOT WORK WITH THIS TempOutputFile = "local-file-output.png" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Banner ¶
type Banner struct { Input string // contains filtered or unexported fields }
Banner struct object
Click to show internal directories.
Click to hide internal directories.