vue-image-crop-upload
A beautiful vue component for image crop and upload.
Notice: This component is designed for pc, not recommended for use on the mobile side.
Brower compatibility
IE10+
Env
vue@1/vue@2 + webpack + es6
Install
npm
Usage
Props
Name | Type | Default | Description |
---|---|---|---|
url | String | '' | Server api path,like "/avatar/upload", If empty, will not be uploaded |
method | String | 'POST' | request http method |
field | String | 'upload' | Upload input filename, used for server side get the file stream. |
value | Boolean | twoWay | show or not |
params | Object | null | POST Params,like "{k:v}" |
headers | Object | null | POST request header,like "{k:v}" |
langType | String | 'zh' | language type |
langExt | Object | language extend | |
width | Number | 200 | width of receive image |
height | Number | 200 | height of receive image |
imgFormat | string | 'png' | jpg/png, Server api receive file type. |
imgBgc | string | '#fff' | background color, if the imgFormat prop is jpg |
noCircle | Boolean | false | disable circle preview |
noSquare | Boolean | false | disable square preview |
noRotate | Boolean | true | disable rotate function |
withCredentials | Boolean | false | support cross-domain |
Events
Name | Description |
---|---|
srcFileSet | Once you've selected the file, params( fileName, fileType, fileSize ) |
cropSuccess | image crop success, params( imageDataUrl, field ) |
cropUploadSuccess | upload success, params( jsonData, field ) |
cropUploadFail | upload fail, params( status, field ) |
Language package
Support language | Shorthand | Contributors |
---|---|---|
中文(default) | zh | dai-siki |
繁体中文 | zh-tw | s950329 |
English | en | dai-siki / doriandrn |
Russian | ru | bigperson |
Romanian | ro | doriandrn |
Portuguese (Brazil) | pt-br | abensur |
French | fr | valerymelou |
Dutch | nl | blyleven |
Turkish | tr | smhayhan |
spanish MX | es-MX | vickvasquez |
German | de | attx |
Japanese | ja | KangYoosam |
Italian | it | phaberest |
Arabic | ar | barakat-turki |
ukrainian | ua | dvomaks |
Uyghur | ug | oyghan |
Thai | th | godxavia |
Myanmar | mm | tintnaingwinn |
Swedish | se | hekin1 |