Martijn
Martijn
Did you set the output to base64? By default it's set to blob because it has better performance.
Can you elaborate? I'm not quite sure what you mean.
If I'm not mistaken you can set `allowMoveImage` to true as well as `hideResizeSquares`. You should also set a static width and height for the cropper for it to be...
I tried to review this PR a few times, but there are a lot of changes and I had trouble wrapping my head around it so I gave up. I...
Thanks for the clarifications. Can you resolve the merge conflicts? Then I'll read through the code again to see if I have any remarks. After that I can merge and...
> Would you like me to do the settings thing? If so I'd do it after you do the immutable thing. I'm still not 100% I understand that so I'm...
> You forgot to answer the settings question. > > > Would you like me to do the settings thing? If so I'd do it after you do the immutable...
Hi Thanks, I'll see if I can add this to the lib as well so Safari 13 is still supported.
I don't seem to be able to reproduce the issue. Do you also have the issue when you checkout this project and run the demo app?
@dabasejumper I was able to reproduce the issue with your HTML. To fix it you should use 2-way databinding on the `[(transform)]="transform"` attribute. Like that the `transform` variable is also...