0.0.1 • Published 2 years ago

@lgd-utils/screenlog v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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