| .. | |||
| LICENSE | 4 months ago | ||
| README.md | 4 months ago | ||
| package.json | 4 months ago | ||
| picocolors.browser.js | 4 months ago | ||
| picocolors.d.ts | 4 months ago | ||
| picocolors.js | 4 months ago | ||
| types.d.ts | 4 months ago | ||
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.