1.0.18 • Published 6 months ago

@visulima/ansi v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

typescript-image npm-image license-image



Install

npm install @visulima/ansi
yarn add @visulima/ansi
pnpm add @visulima/ansi

Usage

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

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

6 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago