Skip to content

Picox

A lib base on picocolors for terminal color ouput, support chainable API.

Installtion

npm i picox
pnpm add picox
yarn add picox

Feature

  • 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.

Released under the MIT License.