![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 8 months ago | 781 | |
![]() | README.md | 8 months ago | 622 | |
![]() | package.json | 8 months ago | 550 | |
![]() | picocolors.browser.js | 8 months ago | 360 | |
![]() | picocolors.d.ts | 8 months ago | 138 | |
![]() | picocolors.js | 8 months ago | 2.5K | |
![]() | types.ts | 8 months ago | 610 |
The tiniest and the fastest library for terminal output formatting with ANSI colors.
import pc from "picocolors"
console.log(
pc.green(`How are ${pc.italic(`you`)} doing?`)
)
NO_COLOR
friendly.Read full docs on GitHub.