0.0.2 • Published 1 year ago

@asarua/webchalk v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@asarua/webchalk

A library for outputting colored fonts in browser developer tools

Usage

import { chalk } from '@asarua/webchalk'


// colored font
chalk`123${chalk.red('456')}789`

// colored background
chalk`123${chalk.bgRed(`456`)}789`

// compose
chalk`123${chalk.bgRed(chalk.white('456'))}`

// custom font or background colors
const aurora = chalk.color('#01c2c3')
const bgHua = chalk.bg('#666666')
chalk`123${aurora('aurora')}${bgHua('bgHua')}`
0.0.2

1 year ago

0.0.1

1 year ago