View on GitHub

Drag & Crop

Drag and crop an image with Jquery

Download this project as a .zip file Download this project as a tar.gz file

Drag & Crop.

JS plugin to allow users to edit their pictures by drag and drop the image within a view port defined.

Instructions

$ git clone git@github.com:joseluistorres/dragcrop.git

Try it online

Link http://www.joseluistorres.me/dragcrop/index.html

Feedback and contributions

Having trouble with DragCrop? Drop a line to jl@joseluistorres.me or @joseluis_torres

Bugs & Issues

You can file bugs on the issues tracker, and tag them with 'bug'.

Contribute

  1. Fork dragcrop
  2. Create a branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch