|
vor 1 Jahr | |
---|---|---|
.. | ||
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
package.json | vor 1 Jahr | |
picocolors.browser.js | vor 1 Jahr | |
picocolors.d.ts | vor 1 Jahr | |
picocolors.js | vor 1 Jahr | |
types.ts | vor 1 Jahr |
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.