chore: update ascii logo

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-24 15:50:45 -05:00
parent cf44523188
commit 86151e0a2d

View File

@ -29,16 +29,15 @@ export class App implements IRunnable {
public run(): void {
console.log(`
`)
`)
const width = 114
const logCentered = (input: string, width: number) => {
const start = (width >> 1) - (input.length >> 1)