picocolors

The tiniest and the fastest library for terminal output formatting with ANSI colors.

```javascript import pc from "picocolors"

console.log( pc.green(How are ${pc.italic(you)} doing?) ) ```

Docs

Read full docs on GitHub.