Mohammad Asif cf937194cb Removed un-waned things 1. | 6 mesi fa | |
---|---|---|
.. | ||
LICENSE | 6 mesi fa | |
README.md | 6 mesi fa | |
package.json | 6 mesi fa | |
picocolors.browser.js | 6 mesi fa | |
picocolors.d.ts | 6 mesi fa | |
picocolors.js | 6 mesi fa | |
types.ts | 6 mesi fa |
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.