bnprtr / comet

Create a gleaming trail of application logs
MIT License
2 stars 0 forks source link

fix: javascript console logging improved with text colorizer function #22

Closed bnprtr closed 4 months ago

bnprtr commented 4 months ago

Console logs in the browser using the text formatter were unreadable due to all of the Ansi color codes. Allows for the text formatter to be overridden using the with_color_fn(ctx, color_plain).

21