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
Read full docs on GitHub.