scripts/text/build-complete.js (10 lines of code) (raw):
// Source: https://www.kammerl.de/ascii/AsciiSignature.php
// 'big' font
console.log(`
_ _ _ _ _ _
| | (_) | | | | | | |
| |__ _ _ _| | __| | ___ ___ _ __ ___ _ __ | | ___| |_ ___
| \'_ \\| | | | | |/ _\` | / __/ _ \\| \'_ \` _ \\| \'_ \\| |/ _ \\ __/ _ \\
| |_) | |_| | | | (_| | | (_| (_) | | | | | | |_) | | __/ || __/
|_.__/ \\__,_|_|_|\\__,_| \\___\\___/|_| |_| |_| .__/|_|\\___|\\__\\___|
| |
|_|
`);