get-selection-range
v0.1.0
Published
> Get cursor's selection range.
Downloads
1,067
Readme
get-selection-range
Get cursor's selection range.
Installation
$ npm install --save get-selection-range
Usage
var getSelectionRange = require('get-selection-range');
// get visible selection range
getSelectionRange.getVisibleSelectionRect();
// get collpase selection range
getSelectionRange.getCollapsedClientRect()
License
MIT © chilijung