html_logs
v1.1.0
Published
Write log on html and on console.log at once
Readme
html_logs
Write log on html and on console.log at once
npm install html_logsUsage
import * as html_logs from "html_logs";
html_logs.log("Debug is on",document.currentScript.src.split("/").pop());