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.
- Using NPM
npm install logtohtmlOR
- Using CDN
<script src="https://unpkg.com/logtohtml@latest/dist/bundle.js"></script>-
Add Query Param
?logtohtml=trueto your URL for testing -
Once you are setup with installation and query param you fill find a window with logs in your page
https://singhkunal2050.github.io/logtohtml/test/index.html?logtohtml=true
MIT © Kunal Singh
