-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I can't use .prettierrc for JS
### Expected Behavior
For Javascript Prettier is there a way…
-
As part of the onboarding process for OSC, we used to fork the project's repositories to add widgets to their READMEs (if I remember correctly). We stopped doing that around a year ago, I believe?
…
-
**Describe the bug**
![Uploading 8d4df8b72b62900b1e1c55786d41bcd.png…]()
load default image and first change image is no problem.
The problem arise when change the image second time .
Change co…
-
I'm attempting to integrate the component into our application and the use case I have is to rotate the image 90 degrees, which works fine except that the newly rotated image extends above and below t…
-
How I can dynamically change image in cropper element through components parameter?
-
I have a cropper component in a column:
```html
```
And the CSS class:
```css
.img-container,
.img-preview {
text-align: center;
width: 100%;
}
.im…
-
Great library, thank you for making it.
I've got this working now and I'm down to a question that's a little hard for me.
My crop box is fixed and extends to the entire container. The user sele…
-
**Description**
I am initializing Cropper with Blob URL's. I have set `CheckCrossOrigin` to false. When I call `GetCroppedCanvasDataURLAsync` method to get the cropped image, I get the following exce…
-
**Describe the bug**
After cropping the original image, the newly cropped image is displayed on the UI. However, when I switch between the tabs, the CSS details for the cropped image are reset to 0px…
-
For anyone finding this - you get this error:
```
CS0029 Cannot implicitly convert type 'Microsoft.AspNetCore.Components.ElementReference' to 'Blazor.Cropper.Cropper'
```
Evidently this is a …