import { blueBright, yellowBright } from "yoctocolors" console.log(blueBright(" ____ __ _ ")); console.log(blueBright(" / _/_______ _____/ /_ _____(_)___ ___ ____ ")); console.log(blueBright(" / // ___/ _ \\/ ___/ __ \\/ ___/ / __ `__ \\/ __ \\")); console.log(blueBright(" _/ // /__/ __(__ ) / / / / / / / / / / / /_/ /")); console.log(blueBright("/___/\\___/\\___/____/_/ /_/_/ /_/_/ /_/ /_/ .___/ ")); console.log(blueBright(" /_/ ")); console.log(" Currently building Iceshrimp!"); console.log(yellowBright(" Hang on for a moment, as this may take a while.")); console.log("");