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