cli-ansi
v1.0.5
Published
Some scripts to help with creating CLI colors, animations, and text alignment.
Maintainers
Readme
cli-ansi
Some scripts to help with creating CLI colors, animations, and text alignment.
import CliAnsi from "cli-ansi";
console.log(
CliAnsi.fgRed("This text is read");
);