Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 840 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 840 Bytes

vue-cropperjs

A Vue wrapper component for cropperjs.

Installation

npm install --save vue-cropperjs

You will also need css & style loader for webpack

Usage

See the example files & cropperjs documentation

Options

src

  • Type: string
  • Required: true

style

  • 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