|
|
лет назад: 2 | |
|---|---|---|
| .. | ||
| LICENSE | лет назад: 2 | |
| README.md | лет назад: 2 | |
| package.json | лет назад: 2 | |
| picocolors.browser.js | лет назад: 2 | |
| picocolors.d.ts | лет назад: 2 | |
| picocolors.js | лет назад: 2 | |
| types.ts | лет назад: 2 | |
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.