matiasgali / guillotine

jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
http://guillotine.js.org
326 stars 100 forks source link

Add feature: flip horizontal, flip vertical #73

Open adenvt opened 5 years ago

adenvt commented 5 years ago

I think it is possible, cause you can flip image using transform: scaleX(-1) and transform: scaleY(-1)

picture.guillotine('v-flip')
picture.guillotine('h-flip')