@lgd-utils/screenlog

Bring console.log and so on, on the screen

Usage no npm install needed!

<script type="module">
  import lgdUtilsScreenlog from 'https://cdn.skypack.dev/@lgd-utils/screenlog';
</script>

README

@lgd-utils/screenlog

Bundle size MIT NPM downloads NPM version lodash npm styled with prettier

Bring console.log and so on, on the screen

Usage

import ScreenLog from '@lgd-utils/screenlog';

const screenLog = new ScreenLog()
screenLog.init()

Thanks

灵感来源于 screenlog.js,现对其进行扩展支持

Contribute

Documentation

Related