
Creating an Image Editor Using CamanJS: Layers, Blend Modes, and Events
In the previous tutorial, you learned how to create an image editor using CamanJS which can apply basic filters like contrast, brightness, and noise to an image. CamanJS also has some other built-in filters like Nostalgia, Pinhole, Sunrise, etc., which we applied directly to the image.In this tutorial, we will cover some more advanced features of the library like Layers, Blend Modes, and Events.Layers in CamanJSIn the first tutorial, we only worked with a single layer which contained our image.