colored-diff icon indicating copy to clipboard operation
colored-diff copied to clipboard

support wasm-sys console log coloring output

Open kellpossible opened this issue 5 years ago • 0 comments

It would be cool for this library to somehow support (behind a toggle feature) colored output using web-sys's console::log() function's ability to output coloured/styled text. log("%c text that is red %c text that is blue", "color: red", "color: blue"), that way it can be used with wasm applications.

kellpossible avatar Jun 27 '20 12:06 kellpossible