brush-log
v2.6.0
Published
Faster debugging with color logs
Maintainers
Readme
brush-log
Faster debugging with color logs
Install
npm i brush-logUsage
Works in browser consoles that support %c styling.
import brush from 'brush-log'
console.log(...brush.black('Hello', { a: 1 }))Or
import { black } from 'brush-log'
console.log(...black('Hello', { a: 1 }))Supported colors
blackredgreenyellowbluemagentacyan
License
MIT
