caoge c760052ff9 机车状态修改 | 8 months ago | |
---|---|---|
.. | ||
LICENSE | 8 months ago | |
README.md | 8 months ago | |
package.json | 8 months ago | |
picocolors.browser.js | 8 months ago | |
picocolors.d.ts | 8 months ago | |
picocolors.js | 8 months ago | |
types.ts | 8 months ago |
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.