peach a19a732be8 commit message | 2 years ago | |
---|---|---|
.. | ||
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago | |
picocolors.browser.js | 2 years ago | |
picocolors.d.ts | 2 years ago | |
picocolors.js | 2 years ago | |
types.ts | 2 years 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.