Martijn

Results 21 comments of Martijn

Hi In the docs you'll find that there are multiple ways to pass an image to the cropper. `imageFile` will probably suit your use-case better than `imageChangedEvent`.

This was done in a PR by someone else, but I don't know enough about accessibility myself to judge how it should be applied to this component. There are more...

Hi That sounds like the options cropperStaticWidth and cropperStaticHeight?

Seems like there is an option for that on the HTML canvas: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled Feel free to add it as an option. The reason the size increases is because the HTML...

Hi By default the image is set to an empty pixel, I don't know anymore why that is. So we can try to remove it. Feel free to try it...

This seems to be an issue in Angular itself: https://github.com/angular/angular/issues/42569 So if you want to use the pinch gesture, I guess the only way to optimize it is to make...

The actual strategy is indeed the `FirebaseAuthStrategy` one from the readme. The other lib seems to verify the token by validating the token signature using the public certificate. With the...

I don't think there is anything I can do about that, this lib uses the HTML canvas for all image transformation.

Hi Sounds cool! Your PR should be from the current state of the master branch, else it cannot be merged if there are conflicts.

Hi Possibly I forgot about those last 2 when the image transformations were added :) So yes, they should in fact be applied there as well.