@lianj-fex/css-console

1.0.1 • Public • Published

这是什么?

这个库是实现console.log()支持 %c 占位符的特性的一个垫片

支持

暂时只支持 node v8.4 以上版本

如何使用?

const console = require('@lianj/css-console');
console.log('%c INFO ', 'background: red');

支持的CSS?

  • [x] background-color: hex
  • [x] background-color: keyword
  • [x] color: hex
  • [x] color: keyword
  • [x] background: hex (仅支持背景颜色)
  • [x] background: keyword (仅支持背景颜色)
  • [x] text-decorator: underline
  • [x] font-weight: bold

Readme

Keywords

none

Package Sidebar

Install

npm i @lianj-fex/css-console

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

11.4 kB

Total Files

6

Last publish

Collaborators

  • tofishes
  • alphmega