React-Image-editors
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.
Features
- Apply brightness, saturation, inversion, and grayscale filters
- Rotate and flip the image
- Save the edited image
Getting Started
To run Easy Image Editor on your local machine, follow these steps:
- Clone the repository
- Navigate to the project directory
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser to view the editor.
How to Use
- 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.
Technologies Used
- React
- CSS
- Canvas