colored-diff
colored-diff copied to clipboard
support wasm-sys console log coloring output
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.