jarvisniu / vue-zoomer

Zoom the image or other thing with mouse or touch
MIT License
150 stars 38 forks source link

[FEATURE REQUEST] Add a way so we can zoom in and out with buttons #7

Closed jloracudris closed 5 years ago

jloracudris commented 5 years ago

Hey great work with this lib

It would be really cool if it can zoom in and out with buttons.

jarvisniu commented 5 years ago

Sorry for the delay. I have added the method zoomIn(scale=2) and zoomOut(scale=0.5) to do that (update to v0.3.3). You need to add the two buttons yourself. : )