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