|
il y a 8 mois | |
---|---|---|
.. | ||
LICENSE | il y a 8 mois | |
README.md | il y a 8 mois | |
package.json | il y a 8 mois | |
picocolors.browser.js | il y a 8 mois | |
picocolors.d.ts | il y a 8 mois | |
picocolors.js | il y a 8 mois | |
types.ts | il y a 8 mois |
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.