ansi-escape-code
v0.0.9
Published
Effortless ANSI styling with nesting support
Downloads
26
Readme
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.
