1.0.6 • Published 3 years ago

@mejuliver/vue-imageeditor v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

vue-imageeditor

vue image editor base on camanjs and advance cropper

Installation

npm i @mejuliver/vue-imageeditor --save

import the package

import imageeditor from '@mejuliver/vue-imageeditor';

insert the component

<imageeditor @saveImage="saveImage" ref="image" accept=".jpg,.png" />

add vue instance as component and set a save image method

components : { imageeditor },
methods : {
  saveImage(e){
    this.imgpreview = e.src;
    this.fileimage = e.blob;         
  } 
}
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago