Easy Image Editor is a simple web-based image editor that allows you to apply filters and transformations to your images. The editor is built with React and uses canvas to manipulate images.
- Apply brightness, saturation, inversion, and grayscale filters
- Rotate and flip the image
- Save the edited image
To run Easy Image Editor on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/walifile/react-image-editor.git
- Navigate to the project directory:
cd react-image-editor
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser to view the editor.
- Click the "Choose File" button to select an image.
- Use the filter buttons to apply filters to the image.
- Use the slider to adjust the value of the active filter.
- Use the rotate and flip buttons to transform the image.
- Click the "Save" button to download the edited image.
- React
- CSS
- Canvas
If you found this project helpful and want to support me, you can buy me a coffee at:
Check out my YouTube channel, Coding Circulate, for more web development content: Coding Circulate
Thanks for checking out this project! If you have any questions or suggestions, feel free to reach out to me on GitHub or my YouTube channel.