|
hace 5 días | |
---|---|---|
.. | ||
LICENSE | hace 5 días | |
README.md | hace 5 días | |
package.json | hace 5 días | |
picocolors.browser.js | hace 5 días | |
picocolors.d.ts | hace 5 días | |
picocolors.js | hace 5 días | |
types.d.ts | hace 5 días |
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.