Cropper.js 이미지 자르기 및 품질 조정
·
Web/JS & jQuery
이미지 업로드를 하다보면, 이미지를 자르는 UI를 접할 수 있다.몇 가지 라이브러리가 있는데 이 중 Cropper.js 가 많이 알려져 있다.레거시 jQuery 와 같은 방식으로는 1.62 버전 까지 사용 가능한 것 으로 보인다 https://github.com/fengyuanchen/cropperjs/tree/v1.6.2 GitHub - fengyuanchen/cropperjs: JavaScript image cropper.JavaScript image cropper. Contribute to fengyuanchen/cropperjs development by creating an account on GitHub.github.com1. 예제코드 이미지 자르기 & 업로드 ..