()
| 18 | } |
| 19 | |
| 20 | export async function renderBanner() { |
| 21 | console.log( |
| 22 | vice( |
| 23 | figlet.textSync("LINGO.DEV", { |
| 24 | font: "ANSI Shadow", |
| 25 | horizontalLayout: "default", |
| 26 | verticalLayout: "default", |
| 27 | }), |
| 28 | ), |
| 29 | ); |
| 30 | } |
| 31 | |
| 32 | export async function renderHero() { |
| 33 | console.log( |