Angular JS Image Crop Directive [closed]

社会主义新天地 提交于 2019-12-03 09:02:15

问题


Can anyone recommend a decent image cropper directive for Angularjs? I've looked at a few out there and can't find much of anything. Has anyone found one they use that they like?

We currently use angular-file-upload (https://github.com/danialfarid/angular-file-upload) to upload files so it would be nice if it worked with this.


回答1:


you could try ngImgCrop which it's awesome! it's way more than only a image cropper! and I see no issue using it with angular-file-upload!

cheers!




回答2:


I suggest this one https://github.com/koorgoo/ngCropper. It is built over jquery plugin and has variaty of options to be customized




回答3:


I am currently using Angular Image crop by Andy's. Its cool and has good features.

http://andyshora.com/angular-image-cropper.html

Only draw back, it does not support for camera. Rest fine.

Cheers, -/Sammi



来源:https://stackoverflow.com/questions/25935647/angular-js-image-crop-directive

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!