htc b500366a42 首次提交 | há 3 meses atrás | |
---|---|---|
.. | ||
LICENSE | há 3 meses atrás | |
README.md | há 3 meses atrás | |
package.json | há 3 meses atrás | |
picocolors.browser.js | há 3 meses atrás | |
picocolors.d.ts | há 3 meses atrás | |
picocolors.js | há 3 meses atrás | |
types.ts | há 3 meses atrás |
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.