text-selection-react
Version:
This module capture selected text and also return the selected HTML
39 lines (38 loc) • 949 B
JSON
{
"name": "text-selection-react",
"version": "1.1.8",
"description": "This module capture selected text and also return the selected HTML",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"keywords": [
"text-selection-react",
"text",
"selection",
"getselection",
"window.getselection",
"document.getselection",
"selected",
"html",
"selected",
"html",
"text selection",
"selection text",
"selected text"
],
"author": "Abhinav Nehra",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/abhinavNehra/get-selected-text"
}