Bakhtina Sofya b84cb877be 1st comm | 2 周之前 | |
---|---|---|
.. | ||
LICENSE | 2 周之前 | |
README.md | 2 周之前 | |
package.json | 2 周之前 | |
picocolors.browser.js | 2 周之前 | |
picocolors.d.ts | 2 周之前 | |
picocolors.js | 2 周之前 | |
types.d.ts | 2 周之前 |
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.