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();
This is a bit of experimental code to try and hide the cursor in Electron apps.
var x = require('hide-cursor')
x.hide();
x.show();
npm i hide-cursor
1
0.0.3
MIT
4.21 kB
11