Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 567 Bytes

🦄 Log Beautifier

Trying to make sense of console output that contains ANSI color token? We got you covered:

  • 🔓 Your data is safe - parsing happens 100% in your browser (no logs are being send over the wire)
  • 🐛 Shortcut to jump to the next bug
  • 🔎 Full text search

Try it out now: https://log-beautifier.vercel.app/

log-beautifier

Development

  1. Install dependencies pnpm install
  2. Run pnpm dev to start the local development server