tiny-cursor
Advanced tools
Weekly downloads
Readme
A tiny library for hiding and showing the cursor in the terminal.
npm install --save tiny-cursor
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
MIT © Fabio Spampinato
FAQs
A tiny library for hiding and showing the cursor in the terminal.
The npm package tiny-cursor receives a total of 389 weekly downloads. As such, tiny-cursor popularity was classified as not popular.
We found that tiny-cursor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.