enogu
v0.7.0
Published
Painting your terminal with colors
Readme
enogu
enogu is a library for painting your terminal with colors.
Inspired by Deno standard library
@std/fmt/colors,
chalk and
picocolors.
Features
⚡️ Zero dependencies - Minimum install size.
🦕 Deno Friendly - No permission flags are required to use Deno.
🌍 Multi-Runtime - Compatible with any JavaScript runtime, including Deno, Node.js and Bun.
Usage
// npm
import { green } from "enogu";
console.log(green("Hello world!"));// jsr
import { green } from "@ryu/enogu";
console.log(green("Hello world!"));LICENSE
MIT
