-
I'm not sure what recently changed, but even after clearing my node_modules folder, I can't run my app, and always get this error in the console.
```shell
Uncaught Error: Namespace "goog.string" …
-
https://github.com/kaasasolut/webjars-cropperjs
-
### Bug
When I render `RadioButton` as child of `RadioGroup`, I found that radio button it is not checked when clicked, but `Radio` worked.
Code as follows:
```
import React, { Component, PropTy…
erraX updated
6 years ago
-
we want a cropper to allow the user to crop a area with a fixed aspect ratio but also restrict the min width or/and height.
lets say I want the user to crop the image to a 4/3 aspec ratio with 300 …
-
Just checked the dependency in package.json
```
"cropperjs": "~0.8.x"
```
And checked npm info | grep cropper and indeed only the 0.8.1 is installed
That version came out more than 1 ye…
-
Just creating this issue to let people know i've made a library to use CropperJS with angular 2/4, in case anyone need like i needed:
https://github.com/matheusdavidson/angular-cropperjs
-
I use cropperjs in react:
```javascript
```
This doesn't work for cross origin images.However, when I changed 'crossOrigin' to 'crossorigin', it will work. But I got the warning:
> Warning: Un…
-
hello, sorry for my english ..
i am trying your cropperjs but i can not use it in a bootstrap modal open by another bootstrap modal.
.. is that possible?
thank you..
luca
-
Hi!
There is a problem with the cropper rotating.
On DEMO page:
1 - press "rotate" button
2 - press GET DATA
3 - change the rotation from 45 "rotate":45 to "rotate":92
4 - press SET DATA
Afte…
web42 updated
6 years ago
-
Hi, this issue is hard to explain.
Basically when I upload a big resolution image, the width of the image don't has its width wright.
To fix that I had to comment the max-width: 100% of all image…