0.2.4 • Published 4 years ago

avue-cropper v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Another VUE image cropper

Another simple clipping image plugin for vue.

Demo

Can be found here: https://zawadsoon.github.io/avue-cropper/

Installation

npm install avue-cropper

Usage

Soon... For now look at the example.

Other

XHR / Ajax

This problem recently comes with xhr/ajax. So if you want send cropped image to server just send Blob returned by the canvas.

VanillaJS

If you are not interested in VUE but want to check idea of this solution check vanilla branch.

Example

Short instruction how to run example:

  • Clone repository,
  • Go to main directory,
  • run npm install
  • run npm run example:use

TODO

  • Live example,
  • Github pages,
  • Fix issue with min zoom when messing with boundary and viewport,
  • Add full touch support,
  • Rewrite to TS (actually convert plugin to TS)

Help / Feedback

If you know how to improve code, something is wrong or something can be done better just open new Issue ane let me know. Feedback is welcome!

License

MIT

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago