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