パッケージの詳細

farver

luxass758MIT0.4.2

A tiny color library

color, colour, colors, terminal

readme

🎨 farver

npm version npm downloads jsr version

📦 Installation

npm install farver

📚 Usage

import { bgBlue, colors, red } from "farver";

console.log(red("Hello world!"));
console.log(bgBlue("Hello world!"));
console.log(colors.red.bgYellow("Hello world!"));

📄 License

Published under MIT License.