waitkey
0.0.4 • Public • Published waitkey
Utility function to wait specified keypress from stdin
Installation
Install with npm
:
$ npm install waitkey
Or add it to the "dependencies"
section of your package.json file.
Example
var waitkey = require('waitkey');
waitkey('space', function() {
});
Dependencies (1)
Dev Dependencies (6)
Package Sidebar
Install
Weekly Downloads