A transform rectangle to use in a your JavaScript application.
- Scale rectangle with the 4 corner handles. Scaling is currently limited to proportional.
- Rotate rectangle with top rotation handle.
- Integrate easy into a Backbone JS application.
The Handlebar templates are currently compiled using Grunt JS. Grunt is not required unless you need to recompile the templates.
- 0.2.0 - Selection Rectangle now works on touch screens. The code will automatically use touch events when available.
- 0.1.1 - Changed rectangle handle events to bind to the document element. Removed node_modules from repo. Run npm install if you want to use Grunt.
- 0.1.0 - Initial release.