UNPKG

platformatic

Version:
38 lines (33 loc) 1.84 kB
import { green } from 'colorette' const str = ` ////// ///////////// /////// /////// /////// /////// /////// /////// //// //// &&&& //// //// &&&& &&&&&&& //// //// &&&&&&& &&&&&&& //// //// &&&&&&& &&&& //// //// &&&&&&& &&&& //// //// &&&& && &&&& //// //// &&& &&&&&& &&&& //// //// &&& &&&&&& &&&& ///// ///// &&& &&&& &&&& /////// /////// &&& &&&& &&&& ////// /////// &&& &&&&&&& &&&& //// ///////// //////// &&& &&&&&& &&&& //// /// //////////// &&&& &&& &&& &&&&&&& //// /// ///// &&&& &&&& &&&&&&& //// &&& &&&&& &&&&&&& &&& //// &&&& &&&&&&& &&&&&&& //// &&& &&&& &&&&&&&&&& //// &&& &&&& &&&& // &&&&& &&&& &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&& ` export const logo = str.replace(/\//g, function (str) { return green(str) })