DEV Community

muralaali
muralaali

Posted on

How to Keep Object on Top Layer When Selecting an another Object in Fabric.js Canvas?

I'm working on a project where I'm using the Fabric.js library to create a canvas with text and images. I have a requirement where I want to ensure that the text always remains on the top layer, even when I'm actively selecting an image to upload.

I've implemented the functionality…

Top comments (0)