mega-pkg
Version:
> This readme is written by the author of this package [amanuel](https://github.com/amanuel15)
58 lines (54 loc) • 2.99 kB
JavaScript
const gradient = require("gradient-string");
module.exports = () =>
console.log(
gradient("red", "orange", "yellow", "green").multiline(`
///////////////////
/////////////////////////////
///////////////////// //////////
//////////////// // ////////////
/////////////*/ // /////////////
///////////%//&/ /////////////
//////////#//// ///////////////
////////////// ///////////////
///////////// //////////////////
///////////& //////////////////////
//////////(//////////////////////
/////////////////////////////
#///////////////////.
//////
//
`)
);
// console.log(
// gradient("red", "orange", "yellow", "green").multiline(`
// #/////////////////////////////////////(
// %///////////////////////////////////////////////////#
// *//////////////////////////////////////////////////////////&
// //////////////////////////////////////////////// /////////////
// /////////////////////////////////////////// /////////////////
// ////////////////////////////////// /////% &////////////////////
// ////////////////////////////&///( ////. /////////////////////////
// %//////////////////////////%//// ////% //////////////////////#
// /////////////////////////#*/// ////( /////////////////////////
// (///////////////////////( ///( ///( */////////////////////////////
// (//////////////////////% ///# /// //////////////////////////
// (//////////////////////#//* %//# ////////////////////////////
// (////////////////////# /// ///& ///////////////////////////////
// (////////////////////&//( ///. ////////////////////////////////////
// (///////////////////&/// ///% ///////////////////////////////
// //////////////////////#/// &////////////////////////////////
// ///////////////////// ///# %///////////////////////////////////
// %///////////////////&//// ///////////////////////////////////////////#
// *//////////////////////& /////////////////////////////////////////////
// #////////////////////( &////////////////////////////////////////////(
// /////////////////// (////////////////////////////////////////////%
// %////////////////%////////////////////////////////////////////,
// /////////////////////////////////////////////////////////
// /////////////////////////////////////////////////
// #///////////////////////////////////////,
// ///////////////(
// ////////////
// ///////
// ///*
// `)
// );