An image editor that can be used to adjust the image values like brightness, contrast, hue, saturation, grayscale and sepia. Using a combination of these values, one can give an image a completely new look.
We will be doing all this in-browser using only JavaScript and the Canvas API making the application lightweight and fast.
The index.html file can be run on any modern browser to run the image editor.