logart
v0.0.1
Published
fotmat/diversify output console log;
Readme
@yuxia/format-clog
描述
样式化输出到浏览器终端。
console.log("%c style", "color:#fff;font-size:20px;background:linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);")export const dcu = (desc: string, style = r, ...args: any[]) => {
clog(`%c -------------${formatData(desc)}--------------- `, style);
clog(...args);
clog(`%c --------------${formatData(desc)}-------------- `, style);
}Install
$ pnpm install$ npm run dev
$ npm run buildOptions
TODO
LICENSE
MIT
