|
1 yıl önce | |
---|---|---|
.. | ||
LICENSE | 1 yıl önce | |
README.md | 1 yıl önce | |
package.json | 1 yıl önce | |
picocolors.browser.js | 1 yıl önce | |
picocolors.d.ts | 1 yıl önce | |
picocolors.js | 1 yıl önce | |
types.ts | 1 yıl önce |
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.