10 lines
332 B
JavaScript
10 lines
332 B
JavaScript
![]() |
import chalk from 'chalk'
|
||
|
export const banner = chalk.magenta.bold(`
|
||
|
___ ___ _
|
||
|
| __| _ ___ ___/ __| _____ __ _(_)_ _ __ _
|
||
|
| _| '_/ -_) -_)__ \\/ -_) V V / | ' \\/ _\` |
|
||
|
|_||_| \\___\\___|___/\\___|\\_/\\_/|_|_||_\\__, |
|
||
|
Come for the sewing patterns |___/
|
||
|
Stay for the community`)
|
||
|
|