DEV Community

Cover image for Image editor With React

Image editor With React

Shubham Tiwari on July 15, 2022

Hello guys today i want to show you an image editor app created with React js It's not an advance image editor But can be considered as a good pro...
Collapse
 
jonrandy profile image
Jon Randy 🎖️

I guess the main problem with it is that it doesn't edit the image!

Collapse
 
shubhamtiwari909 profile image
Shubham Tiwari

It just have some adjustments options
It doesn't edit the image at advance level but can change the saturation, contract, brightness,etc tones of the image

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

It changes some CSS values (quite different to editing the image), but doesn't actually edit the image or allow saving

Thread Thread
 
shubhamtiwari909 profile image
Shubham Tiwari

You can download the image the with download button

Thread Thread
 
shubhamtiwari909 profile image
Shubham Tiwari

And all the properties are applied on image directly and when downloaded the image will be the one with styles applied on it

Thread Thread
 
jonrandy profile image
Jon Randy 🎖️

OK, so I didn't see the download button as it was off the bottom of the page (as some buttons are also off the right side and almost inaccessible). However, clicking the 'download' button gets me just a transparent PNG - not the image in the editor