Image Crop Library for desktop and touch devices

image, javascript, jquery, mobile

Solution

Try with Jcrop. I'm using it for my project; works fine on mobile. Here is the link: https://jcrop.com/

P.S. Click here for the old version of the plugin.

Problem

I need to find a javascript library for cropping and resizing images that works on both desktop and mobile (touch) devices. It could be a jQuery plugin although I prefer having something that is more vanilla. I have searched around and found various options but they all seem to be working for desktop only. The project I am currently working on needs the libraries to be MIT and/or GPL licensed. I have found this library named jQuery Image Crop (http://codecanyon.net/item/image-crop/5348464) which does exactly what I need but is not distributed under a MIT/GPL license. Does anyone have an alternative/suggestion for me ? Thanks

Original source