fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
932 stars 238 forks source link

Exporting as a plugin for Vue.js ? #2

Closed smartpierre closed 7 years ago

smartpierre commented 8 years ago

Hi !

this is great stuff here :) Nice job !

I am currently developing a website with Vue.js and I saw that you used it in this project.

Would you consider trying to make a Vue.js component so that the community would use Cropper easily ?!

That would be awesome !

Best regards.

fengyuanchen commented 8 years ago

I suggest you to use the Cropper.js library in your Vue.js project directly.

smartpierre commented 8 years ago

Yes, that's what I am using, it's a pretty cool library. Although there's no component for it yet :/

Agontuk commented 7 years ago

I know it's too late now, but you can try this package vue-cropperjs

smartpierre commented 7 years ago

Nice package !