1
0
Fork 0
freesewing/scripts/banner.mjs

10 lines
332 B
JavaScript
Raw Normal View History

import chalk from 'chalk'
export const banner = chalk.magenta.bold(`
___ ___ _
| __| _ ___ ___/ __| _____ __ _(_)_ _ __ _
| _| '_/ -_) -_)__ \\/ -_) V V / | ' \\/ _\` |
|_||_| \\___\\___|___/\\___|\\_/\\_/|_|_||_\\__, |
Come for the sewing patterns |___/
Stay for the community`)