1.0.18 • Published 11 months ago
@visulima/ansi v1.0.18
Install
npm install @visulima/ansiyarn add @visulima/ansipnpm add @visulima/ansiUsage
import { cursorUp, cursorLeft } from "@visulima/ansi";
// Moves the cursor two rows up and to the left
process.stdout.write(cursorUp(2) + cursorLeft);
//=> '\u001B[2A\u001B[1000D'or
import { cursorUp, cursorLeft } from "@visulima/ansi/cursor";
// etc, as above...And for commonjs:
const { cursorUp, cursorLeft } = require("@visulima/ansi");
// etc, as above...Related
- ansi-escapes - ANSI escape codes for manipulating the terminal
- sisteransi - ANSI escape codes for some terminal swag.
- console-clear - Clear the console, cross-platform
Supported Node.js Versions
Libraries in this ecosystem make the best effort to track Node.js’ release schedule. Here’s a post on why we think this is important.
Contributing
If you would like to help take a look at the list of issues and check our Contributing guidelines.
Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Credits
License
The visulima ansi is open-sourced software licensed under the MIT
typescript-url: https://www.typescriptlang.org/ "TypeScript" "typescript"
1.0.18
11 months ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago