Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
937 stars 224 forks source link

this is using a very old version of cropperjs ? #27

Closed vesper8 closed 7 years ago

vesper8 commented 7 years ago

Just checked the dependency in package.json

    "cropperjs": "~0.8.x"

And checked npm info | grep cropper and indeed only the 0.8.1 is installed

That version came out more than 1 year ago. They are up to a stable 1.1.3 now

Any chance you can update this package to work with the 1.x branch?

Thanks!

Agontuk commented 7 years ago

I didn't update to the latest cropperjs version because it probably has some breaking changes. I'll give it another try as soon as possible.

Agontuk commented 7 years ago

New version is released with the latest cropperjs version. Feel free to try it out and see if it works.