I'm trying to find a JavaScript library that allows a user to upload a profile picture but also allows a user to resize or reposition the image so that it better fits a view port. (Think LinkedIn profile picture or an Instagram image upload).
Are there any open source js libraries available that handle this? If so, how can I then save that zoom/positioning so that every time that image is called it retains those properties?
Thanks everyone.