zhanziyang / vue-croppa

A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
https://zhanziyang.github.io/vue-croppa/
ISC License
967 stars 128 forks source link

Recenter Image #217

Open DazDotOne opened 5 years ago

DazDotOne commented 5 years ago

@zhanziyang Thanks for the amazing plugin.

Quick question, is there a way to easily recenter an image after resizing it (zoom in/out).

I'm happy to directly manipulate the ctx object if needs be. I was just wondering if you had done anything like this in the past.

Thanks