log2dom
v1.0.1
Published
Log things to the DOM like devtools
Maintainers
Readme
log2dom
Log things to the DOM like devtools.
Usage
npm install -s log2dom
yarn add log2dom
pnpm add log2domimport l2d from 'log2dom';
l2d.log();
l2d.warn();
l2d.error();<link rel="stylesheet" href="./node_modules/log2dom/style/var.css">
<link rel="stylesheet" href="./node_modules/log2dom/style/main.css">Build
pnpm i
pnpm compileDev
pnpm dev