Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 394 Bytes

File metadata and controls

11 lines (7 loc) · 394 Bytes

ansi-escape-code

Effortless, fully nestable ANSI styling — with both a tiny class-based core and a super-ergonomic Proxy interface.

import { ansi } from "ansi-escape-code/proxy";

console.log(ansi.red`Hello ${ansi.green.bold`Beautiful`} World`.toString());

API Docs — hosted separately to reduce npm package size.