Picox
A lib base on picocolors for terminal color ouput, support chainable API.
Installtion
npm i picoxpnpm add picoxyarn add picoxFeature
- support chainable API
- support mutiple arguments
How to use
ts
import picox from 'picox'
console.log(picox.bgBlue('hello'))
console.log(picox.green('hello', 'world'))
console.log(picox.bgBlue.yellow('hello'))Issues
Please let me know if there are any issues, click this link.