Skip to content

sunoterra/vue-cropperjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cropperjs

A Vue wrapper component for cropperjs.

NPM

Demo

Checkout here agontuk.github.io/vue-cropperjs

Installation

npm install --save vue-cropperjs

For Vue 1.0, use

npm install --save [email protected]

You will also need css & style loader for webpack

Usage

See the example files & cropperjs documentation

Options

src

  • Type: string
  • Required: false

containerStyle

  • Type: object
  • Required: false

Styling for the image container

imgStyle

  • Type: object
  • Required: false

Styling for the image

alt

  • Type: string
  • Required: false

Alternate text for the image

Crop related options

See cropperjs documentation for all posible options & methods.

License

MIT

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%