0.1.5 • Published 4 months ago
logtohtml v0.1.5
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
- Using NPM
npm install logtohtml
OR
- Using CDN
<script src="https://unpkg.com/logtohtml@latest/dist/bundle.js"></script>
Add Query Param
?logtohtml=true
to your URL for testingDemo Image
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