npm.io
2.0.1 • Published 1 year ago

tiny-cursor

Licence
MIT
Version
2.0.1
Deps
1
Size
4 kB
Vulns
0
Weekly
0
Stars
3

Tiny Cursor

A tiny library for hiding and showing the cursor in the terminal.

Install

npm install tiny-cursor

Usage

import Cursor from 'tiny-cursor';

Cursor.has (); // => true, the cursor is visible

Cursor.hide ();

Cursor.has (); // => false, the cursor is not visible

Cursor.show ();

Cursor.has (); // => true, the cursor is visible

Cursor.toggle ();

Cursor.has (); // => false, the cursor is not visible

License

MIT Fabio Spampinato

Keywords