Skip to content

singhkunal2050/logtohtml

Repository files navigation

Log to HTML

A lightweight JavaScript utility that adds a dynamic log window to your application, beautifies console outputs, and enhances debugging on mobile & non desktop devices where we can not access the browser console.

Npm Package

Installation

  1. Using NPM
npm install logtohtml

OR

  1. Using CDN
<script src="https://unpkg.com/logtohtml@latest/dist/bundle.js"></script>
  1. Add Query Param ?logtohtml=true to your URL for testing

  2. Demo Image Demo Image

  3. Once you are setup with installation and query param you fill find a window with logs in your page

Demo

https://singhkunal2050.github.io/logtohtml/test/index.html?logtohtml=true

License

MIT © Kunal Singh

About

A lightweight JavaScript utility that adds a dynamic log window to your application, beautifies console outputs, and enhances debugging on mobile interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors