Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.56 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.56 KB

Noose

Simple lasso (noose) tool in vanilla JavaScript. Inspired by jQuery UI's selectable. Supports modern browsers and mobile.

npm NPM GitHub file size in bytes Custom npm

Noose demo

Noose is kept simple for performance. Its only purpose is to calculate the region to render and then determine the elements to mark as selected. No CSS is provided, styling is left to the user. Checkout the documentation for details and code examples.

Documentation

Go to https://tokafew420.github.io/noose/ for usage, api, and examples.

Alternatives