mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
Planny hit the gym and lost some weight
Trimmed the mascot ASCII art across all prompts and installer. Planny is now more aerodynamic and 40% less chunky.
This commit is contained in:
+2
-14
@@ -80,37 +80,25 @@ const SYMBOLS = {
|
||||
const MASCOT = {
|
||||
// Full mascot for headers
|
||||
full: [
|
||||
' o o ',
|
||||
' ╲ ╱ ',
|
||||
' ╭───╮ ',
|
||||
' │ ● │ ',
|
||||
' │ ◡ │ ',
|
||||
' ├───┤ ',
|
||||
' │ · │ ',
|
||||
' ╰───╯ ',
|
||||
],
|
||||
// Mini mascot for inline use
|
||||
mini: '(◉‿◉)',
|
||||
// Waving mascot for greetings
|
||||
wave: [
|
||||
' o o ',
|
||||
' ╲ ╱ /',
|
||||
' ╭───╮ ',
|
||||
' │ ● │ ',
|
||||
' │ ● │ /',
|
||||
' │ ◡ │ ',
|
||||
' ├───┤ ',
|
||||
' │ · │ ',
|
||||
' ╰───╯ ',
|
||||
],
|
||||
// Thinking mascot for prompts
|
||||
thinking: [
|
||||
' o o ',
|
||||
' ╲ ╱ ?',
|
||||
' ╭───╮ ',
|
||||
' │ ● │ ',
|
||||
' │ ● │ ?',
|
||||
' │ ~ │ ',
|
||||
' ├───┤ ',
|
||||
' │ · │ ',
|
||||
' ╰───╯ ',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user