|
6 mēneši atpakaļ | |
---|---|---|
.. | ||
LICENSE | 6 mēneši atpakaļ | |
README.md | 6 mēneši atpakaļ | |
package.json | 6 mēneši atpakaļ | |
picocolors.browser.js | 6 mēneši atpakaļ | |
picocolors.d.ts | 6 mēneši atpakaļ | |
picocolors.js | 6 mēneši atpakaļ | |
types.ts | 6 mēneši atpakaļ |
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.