selection-position
v1.0.0
Published
cross-browser selected text bounding-client-rect
Downloads
75
Maintainers
Readme
selection-position
Determine the current position of the selection or cursor.
Installation
Install with component(1):
$ component install bmcmahen/selection-position
Example
var position = require('selection-position');
var rect = position();
// rect.top, rect.height, etc.
Tests
npm install component-test -g
component test browser
License
MIT