prc b6c02717e6 Upload complete no-internet building environment. | 1 tahun lalu | |
---|---|---|
.. | ||
LICENSE | 1 tahun lalu | |
README.md | 1 tahun lalu | |
package.json | 1 tahun lalu | |
picocolors.browser.js | 1 tahun lalu | |
picocolors.d.ts | 1 tahun lalu | |
picocolors.js | 1 tahun lalu | |
types.ts | 1 tahun lalu |
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.