-
Hey guys, this plugin is amazing though i am having problems with getting the base64 output to my server via ajax call. If i just try to send the getCroppedCanvas.toDataUrl() my browser almost crashes…
-
Hi,
First of all, congratulations on porting it over, it looks good!
The only thing I've noticed at the moment is that the framerate seems significantly lower than the original plugin. Is there a re…
-
Hi,
I use this uploader and everything was prefectly fine untill I had to use a javascript cropper after upload.
I managed to get a Base-64 encoded (cropped) PNG image source that looks like this:
`…
-
Hi, do you have any plans to upgrade this component to use the latest Cropper library? If so, when do you think you will release it? If not, any tips on doing it myself and submitting a pull request?
-
Thanks for the awesome plugin. Are there options to rotate the image?
Cheers
-
``` json
...
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"stage-0",
"react"
],
"pl…
-
reactjs should provide all the events and you can easily point to elements with refs.
We shouldn't need to add jquery to bloat up the library
-
after croping and rotaing how to save image into gallery in the new folder
-
is there anyway to change image after initializing Croppic??
I have 4 images on page, so i want to switch image on button click from existing four images then crop image.
can you please suggest how to…
-
sorry for this inconvenience!
I want to use this react-cropper with newer version of `cropper`, currently, `cropper` version is 0.11.1
But I dont know how to upgrade and rebuild it!
thanks for your he…