textarea-caret
Version:
(x, y) coordinates of the caret in a textarea or input type='text'
18 lines (17 loc) • 433 B
JSON
{
"name": "textarea-caret",
"repository": "component/textarea-caret-position",
"version": "3.1.0",
"authors": "Dan Dascalescu (@dandv), Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"description": "(x, y) coordinates of the caret in a textarea or input type='text'",
"files": [
"index.js"
],
"main": "index.js",
"license": "MIT",
"keywords": [
"textarea",
"caret",
"position"
]
}