![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 40 years ago | 781 | |
![]() | README.md | 40 years ago | 622 | |
![]() | package.json | 2 years ago | 1.6K | |
![]() | picocolors.browser.js | 40 years ago | 360 | |
![]() | picocolors.d.ts | 40 years ago | 138 | |
![]() | picocolors.js | 40 years ago | 2.5K | |
![]() | types.ts | 40 years 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.