akapralov 45f8e7a363 lab | 1 month ago | |
---|---|---|
.. | ||
LICENSE | 1 month ago | |
README.md | 1 month ago | |
package.json | 1 month ago | |
picocolors.browser.js | 1 month ago | |
picocolors.d.ts | 1 month ago | |
picocolors.js | 1 month ago | |
types.d.ts | 1 month 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.