vue-image-cropper

1.0.6 • Public • Published

vue-image-cropper

Image uploader and cropper for Vue.js

Installation

NPM:

npm install --save vue-image-cropper

Usage

<template>
  <vue-image-cropper></vue-image-cropper> 
</template>
 
<script>
 import VueImageCropper from 'vue-image-cropper';
 
 export default {
   components: {
     VueImageCropper
   }
 };
</script> 

Options

accept

Value of "accept" attribute for file input

  • Type: string

cropOptions

  • Type: Object

Properties and default values:

aspectRatio: NaN,
height: 0,
width: 0

locales

  • Type: Object

Properties and default values:

title: 'Drop file here or click to select file',
cancel: 'Cancel',
confirm: 'Confirm'

path

Path to image or base64

  • Type: string

styles

  • Type: Object

Readme

Keywords

Package Sidebar

Install

npm i vue-image-cropper

Weekly Downloads

32

Version

1.0.6

License

ISC

Last publish

Collaborators

  • elonsoftllc