Skip to content

Commit

Permalink
ascii art by figlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonewu committed Jan 15, 2023
1 parent f92fe94 commit 9507fc6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,26 @@ const logger: Logger = {
// ██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗██╗
// ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝╚═╝
// `);
// logger.lineGradient(`
// ██████ ██████ █████████ █████████ █████ █████████ ███
// ░░██████ ██████ ███░░░░░███ ███░░░░░███░░███ ███░░░░░███░███
// ░███░█████░███ ░███ ░███ ███ ░░░ ░███ ███ ░░░ ░███
// ░███░░███ ░███ ░███████████ ░███ ░███ ░███ ░███
// ░███ ░░░ ░███ ░███░░░░░███ ░███ █████ ░███ ░███ ░███
// ░███ ░███ ░███ ░███ ░░███ ░░███ ░███ ░░███ ███░░░
// █████ █████ █████ █████ ░░█████████ █████ ░░█████████ ███
// ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░░░░░ ░░░

// `);
// logger.lineGradient(`
// ███╗ ███╗ █████╗ ██████╗ ██╗ ██████╗██╗
// ████╗ ████║██╔══██╗██╔════╝ ██║██╔════╝██║
// ██╔████╔██║███████║██║ ███╗██║██║ ██║
// ██║╚██╔╝██║██╔══██║██║ ██║██║██║ ╚═╝
// ██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗██╗
// ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝╚═╝

// `)
// logger.startLine().success('a').bgBlue(1).endLine();


Expand Down

0 comments on commit 9507fc6

Please sign in to comment.