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') ```
I think it is possible, cause you can flip image using
transform: scaleX(-1)andtransform: scaleY(-1)