Skip to content

k1mmm/hide-cursor

 
 

Repository files navigation

hide-cursor - Hide/show the cursor in node.js

This is a bit of experimental code to try and hide the cursor in Electron apps.

How To Use It

var x = require('hide-cursor')
x.hide();
x.show();

About

Hide the cursor in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.9%
  • Python 24.0%
  • JavaScript 12.1%