Valentin Hervieu
Valentin Hervieu
This transparent area means that your actual cropping logic (the one that takes the original image and produces the new one) should be adapted to remove this empty space. This...
The interceptors are indeed only setup on each console method if the corresponding `shouldFailOnXxx` is `true`. If you only want to silence some messages, you can simply do ```ts const...
The idea of this library is that we want to prevent new errors to be added to the logs. If you have known errors that you are progressively removing (Enzyme's),...
Hi 👋 Sorry for the delay. Unfortunately, I'm currently on holidays and without a computer. I cannot commit on when I'll review this.
Thank you for the detailed issue. Yes, a PR is welcome.
Thanks for the issue. I'm open to review a pull request adding keyboard support. I'm wondering what keys should be used to zoom in and out though? What about rotation?...
You most probably should use the `aspect` property. This is the ratio between width and height.
The `objectFit` prop might be what you are looking for. In general, I don't think that the `cropSize` should be used as it's not responsive. The important thing when cropping...
Why do you override the internal CSS classes?
Hi, The sandbox link is broken apparently.