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.