Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 597 Bytes

rect-drawer

Rect drawer demo using KineticJS

Functions

  • rect draw (binding mousedown, mousemove, mouseup events)
  • rect move (set draggable to true)
  • rect resize (binding dragmove event)
  • rect delete (binding double click event)

Usage

clone to your local file system and then open drawer.html in your web browser

Reference