Cursor selection made easy
$ npm install --save speedr/cursor
var cursor = require('cursor');
cursor(); // Use 'default'
cursor('pointer'); // Use 'pointer'
cursor('grabbing'); // Use 'grabbing' or '-webkit-grabbing' or '-moz-grabbing'
Set cursor to default
.
Set cursor to the given type
.
MIT © Florent Cailhol