enogu
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

enogu

npm deno.land/x jsr

enogu is a library for painting your terminal with colors.
Inspired by Deno standard library @std/fmt/colors, chalk and picocolors.

// npm
import { red } from "enogu";

console.log(red("Hello, world!"));
// jsr
import { red } from "@ryu/enogu";

console.log(red("Hello, world!"));

Features

  • Zero dependencies
  • Support NO_COLOR environment variable
  • Comaptible with any JavaScript runtime, including Deno, Node.js and Bun
  • Faster than Deno std library @std/fmt/colors

Dependents (1)

Package Sidebar

Install

npm i enogu

Weekly Downloads

83

Version

0.5.1

License

MIT

Unpacked Size

25.3 kB

Total Files

7

Last publish

Collaborators

  • ryuapp