1.0.4 • Published 9 years ago

selection-texts v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

getSelectionTexts Build Status

getSelection support multiple ranges.

Installation

npm install selection-texts

Usage

var getSelectionTexts = require("selection-texts");
getSelectionTexts();// ["selected", "text"];

Tests

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT