timtnleeProject / vuejs-clipper

Vue.js image clipping components using Vue-Rx.
https://timtnleeproject.github.io/vuejs-clipper/#/
MIT License
208 stars 32 forks source link

Horisontal flip #110

Open alexdpts opened 3 years ago

alexdpts commented 3 years ago

How i can flip image horisonal?

timtnleeProject commented 3 years ago

@alexdpts could you provide more details about what you try to achieve? Using rotate prop can rotate the image.

alexdpts commented 3 years ago

@alexdpts could you provide more details about what you try to achieve? Using rotate prop can rotate the image.

Perhaps I did not express myself correctly. I meant reflection in a horizontal plane about a vertical axis, for example from left to right. Rotation on 180 degrees - reflects vertically about the horizontal axis

timtnleeProject commented 3 years ago

@alexdpts unfortunately this component did not have that flip feature.