@@ -14,14 +14,15 @@ A beautiful vue component for image crop and upload. (vue图片剪裁上传组
14
14
## 中文文档在后面
15
15
16
16
## Change log
17
+ #### @2 .1.0
18
+ - Strengthen the function of image rotation and not preview square avatar
19
+
17
20
#### @2 .0.5
18
21
- Added the ** spanish MX** language pack (thanks @vickvasquez )
19
22
20
-
21
23
#### @2 .0.4
22
24
- Added the ** Turkish** language pack (thanks @smhayhan )
23
25
24
-
25
26
#### @2 .0.2
26
27
- Added the ** Dutch** language pack (thanks @blyleven )
27
28
@@ -84,7 +85,9 @@ $ npm install vue-image-crop-upload
84
85
| width | Number | 200 | width of receive image |
85
86
| height | Number | 200 | height of receive image |
86
87
| imgFormat | string | 'jpg' | jpg/png, Server api receive file type. |
87
- | noCircle | Boolean | false | disable/enable circle preview |
88
+ | noCircle | Boolean | false | disable circle preview |
89
+ | noSquare | Boolean | false | disable square preview |
90
+ | noRotate | Boolean | true | disable rotate function |
88
91
89
92
#### Events
90
93
| Name | Description |
@@ -346,7 +349,9 @@ $ npm install vue-image-crop-upload
346
349
| width | Number | 200 | 最终得到的图片宽度 |
347
350
| height | Number | 200 | 最终得到的图片高度 |
348
351
| imgFormat | string | 'jpg' | jpg/png, 最终得到的图片格式 |
349
- | noCircle | Boolean | false | 启用/关闭 圆形图像预览 |
352
+ | noCircle | Boolean | false | 关闭 圆形图像预览 |
353
+ | noSquare | Boolean | false | 关闭 方形图像预览 |
354
+ | noRotate | Boolean | true | 关闭 旋转图像功能 |
350
355
351
356
#### Events
352
357
| 名称 | 说明 |
0 commit comments