Removes background in console art

This commit is contained in:
Alicia Sykes 2021-09-03 23:49:29 +01:00
parent 8dc63b7801
commit 12bd1c2141
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = (ip, port, isDocker) => {
+ `${line(75)}${chars.BR}${chars.BR}${chars.RESET}`; + `${line(75)}${chars.BR}${chars.BR}${chars.RESET}`;
} }
// Make some sexy ascii art ;) // Make some sexy ascii art ;)
const ascii = `\x1b[40m${chars.CYAN}\n\n` const ascii = `${chars.CYAN}\n\n`
+ ' ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗\n' + ' ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗\n'
+ ' ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝\n' + ' ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝\n'
+ ' ██║ ██║███████║███████╗███████║ ╚████╔╝\n' + ' ██║ ██║███████║███████╗███████║ ╚████╔╝\n'