5.0.0 • Published 3 years ago

vue-cropperjs v5.0.0

Weekly downloads
26,022
License
MIT
Repository
github
Last release
3 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/paramuseretabxhc-socialized-serviceyk-uploadyoursoftrun-componentsvue-onmc-base-framevue-onmc-plugvue-inputs-1vue-manage-systemvue-manage-system-devvue2-image-editorvue2-image-editor-quasarvuetify-dev-kitvuex-lq-formevmux@vuemodules/cropper@wq81188/system-common@wq81188/system-mainel-page-pagetableengagivdtrack-test@redouane_zg6340/vue3-component-library@alao-frontend/ui@xiaoshiai/components@zoox-ui/componentsfastloader-ui-sujianshanfiberpos-chatfiberpos-uploader@abler/ats-front-resources-api@azibai/chatmll-componentsms-vtoolsmcdsmcdstestmycomponent-uilsh-element-uilyc-testloit-web-component-gxloitwebdev-onmc-vue-plugindafei_ui_testim-componentsim-components-web@deegital/trustup-spa-js-assets@fast-crud/extend-types@fast-crud/extend-uploader@fast-crud/extends-uploader@fast-crud/fast-crud-extends@fast-crud/fast-extendsmaterial-compsmediacube-uimediacube-ui--perfomance-test-1mediacube-ui--perfomance-test-2manage-system3migo_web_upload@besovideo/webclient-avataratomic-uploaderazibai-messenger-v4hb-vtoolscheers-elementcheers-uiiwen-pic-uploadiwen-image-uploadhuadiuibri-componentsbri-vtoolshomepluginvuejx-aaacorz-test-module-01jwq-uigzbn-compsaliceonboardingarchitectui-vue-proiouoiukljlj-agentcis-jeecgboot-vue3cross-solution.decloudxin-aiot-adminco6co_testcnn-content-hubshutoolboot-vue3@ikramrebel/enga-giv@hichem-khial/vue-upload-multiple-crop-imagespaas-emulatorshengya-ui@imagina/quasar-app-extension-qimaginasituation-comoc-mina-uismarttravel-ui@mycure/mf-commons
5.0.0

3 years ago

4.2.0

3 years ago

4.1.0

4 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.0.3

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago