|
пре 7 месеци | |
---|---|---|
.. | ||
LICENSE | пре 7 месеци | |
README.md | пре 7 месеци | |
package.json | пре 7 месеци | |
picocolors.browser.js | пре 7 месеци | |
picocolors.d.ts | пре 7 месеци | |
picocolors.js | пре 7 месеци | |
types.ts | пре 7 месеци |
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.