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