mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-28 22:10:19 +00:00
13 lines
No EOL
832 B
JavaScript
13 lines
No EOL
832 B
JavaScript
//Authour: Dustin Harris
|
|
//GitHub: https://github.com/DevL0rd
|
|
var cc = require('./conColors.js');
|
|
console.log(cc.style.bright + cc.fg.blue)
|
|
console.log(" ____ ___ __ ");
|
|
console.log("/\\ _`\\ /\\_ \\ /\\ \\ ");
|
|
console.log("\\ \\ \\/\\ \\ __ __ __\\//\\ \\ ___ _ __ \\_\\ \\ ");
|
|
console.log(" \\ \\ \\ \\ \\ /'__`\\/\\ \\/\\ \\ \\ \\ \\ / __`\\/\\`'__\\/'_` \\ ");
|
|
console.log(" \\ \\ \\_\\ \\/\\ __/\\ \\ \\_/ | \\_\\ \\_/\\ \\_\\ \\ \\ \\//\\ \\_\\ \\ ");
|
|
console.log(" \\ \\____/\\ \\____\\\\ \\___/ /\\____\\ \\____/\\ \\_\\\\ \\___,_\\ ");
|
|
console.log(" \\/___/ \\/____/ \\/__/ \\/____/\\/___/ \\/_/ \\/__,_ / ");
|
|
console.log(" ");
|
|
console.log(cc.reset) |