Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Styling log messages #172

Open ColinRosati opened 2 years ago

ColinRosati commented 2 years ago

Feature Request

I would love a feature to be able to pass styling down into the log messages! Is it possible? Would there be interest in this?

Example support the equivalent of this

console.log(
    "Some message",
    "display: inline-block ; " +
    "background-size: cover ; padding: 10px 175px 158px 10px ; " +
    "border: 2px solid black ; font-size: 11px ; line-height: 11px ; " +
    "font-family: monospace ;"
        );