Go Back to projects

farver

📦 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.