dream.log for cool log design.
dream.log will present you with two classes: log and logGenerator.
log has several ready-made templates for logGenerator but you will be able to add your own templates.
//Declare a variable.const DL = ; //Let's try to use the log class//Declare a log class with text without ".".const log = 'Wow, this is amazing text';//Use log class.log;log;log;log; //Let's make a new template right now.const orange = { '38;5;214' 'HAPPY' argument;};//Let's take a look at this.;