1
0
Fork 0
freesewing/scripts/banner.mjs
2022-06-17 18:23:17 +02:00

9 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`)