5.0.0 • Published 4 years ago

vue-cropperjs v5.0.0

Weekly downloads
26,022
License
MIT
Repository
github
Last release
4 years ago

vue-cropperjs

A Vue wrapper component for cropperjs.

NPM

Demo

Checkout here agontuk.github.io/vue-cropperjs

Installation

npm install --save vue-cropperjs

or

yarn add vue-cropperjs

You will also need css & style loader for webpack

Compatibility

Vue VersionPackage Version
3.x.x>=5.0.0
2.x.x4.2.0
1.x.x1.0.3

Usage

// Global
import Vue from 'vue';
import VueCropper from 'vue-cropperjs';
import 'cropperjs/dist/cropper.css';
Vue.component(VueCropper);

// Local
import VueCropper from 'vue-cropperjs';
import 'cropperjs/dist/cropper.css';
export default {
  components: { VueCropper}
}

...
<vue-cropper
  ref="cropper"
  :src="imgSrc"
  alt="Source Image"
  @ready="..."
  @cropstart="..."
  @cropmove="..."
  @cropend="..."
  @crop="..."
  @zoom="..."
>
</vue-cropper>
...

this.$refs.cropper.rotate(45);

See the example files & cropperjs documentation

Options

NameTypeRequiredDescription
srcstring--Image source
containerStyleobject--Styling for the image container
imgStyleobject--Styling for the image
altstring--Alternate text for the image

Crop related options

See cropperjs documentation for all posible options & methods.

Renamed Methods

  • relativeZoom from zoom
  • initCrop from crop

License

MIT

rama-commonui-kit-oohdeskabm-vue-managesystemonmc-vue-commonquasar-app-extension-imagina-extlm-element-plus-testzgy-form-designzgy-page-designtaxunion-uitaxunion-ui-test@infinitebrahmanuniverse/nolb-vue-cr@everything-registry/sub-chunk-3077@gip-recia/paramuseretabjdlinker-systemjdlinker-webcross-solution.detax-ui-v3tantee-commontalent-findsystemtest-aboutvue-manage-systemvue-manage-system-devvue-inputs-1wr-projectxhc-socialized-servicetelehot-lowcode-resolvertestfunjwq-uiiwen-image-uploadiwen-pic-uploadiouoiukljlj-agentjx-aaaevmux@jdlinker/systemstrmon-testvue-onmc-base-framevue-onmc-plug@alao-frontend/ui@azibai/chat@besovideo/webclient-avatar@abler/ats-front-resources-api@deegital/trustup-spa-js-assetsyk-uploadyoursoftrun-componentsvuetify-dev-kitvuex-lq-formvue2-image-editor-quasarvue2-image-editorupload-oss-croppervease@fast-crud/fast-crud-extends@fast-crud/fast-extends@fast-crud/extend-types@fast-crud/extend-uploader@fast-crud/extends-uploader@hichem-khial/vue-upload-multiple-crop-images@kubegems/components@lexiang/venom@mycure/mf-commons@nlo/cms-components@ikramrebel/enga-giv@imagina/quasar-app-extension-qimagina@octopus-srl/octo-cms-components@q42/q-cms-components@redouane_zg6340/vue3-component-library@pixelpay/uims-vtoolsmycomponent-uimigo_web_uploadmll-componentspaas-emulatoroc-mina-uishengya-uismarttravel-uisituation-comshutoolboot-vue3im-componentsim-components-webhuadiuihomepluginvuegzbn-compshb-vtoolslyc-testmanage-system3material-compsmediacube-uimediacube-ui--perfomance-test-1mediacube-ui--perfomance-test-2loit-web-component-gxloitweblsh-element-uimcdsmcdstest@vuemodules/cropper@wq81188/system-common@wq81188/system-main@xiaoshiai/components@zoox-ui/componentsadmin3-uialiceonboarding
5.0.0

4 years ago

4.2.0

5 years ago

4.1.0

5 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

9 years ago

1.0.3

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago