jQuery 图像处理插件 Cropit
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/scottcheng/cropit
软件介绍
Cropit 是款自定义裁剪和缩放图像的 jQuery 插件。在线演示
特性:
支持图像裁剪和缩放
通过 FileReader 加载本地图像,使用 canvas 来进行裁剪
通过 CSS 可以进行完全的自定义设计
特别适合需要用户上传特定大小的图像的场景
安装:
# Install cropit with bower $ bower install cropit # or with npm $ npm install cropit
