jQuery.eraser icon indicating copy to clipboard operation
jQuery.eraser copied to clipboard

How to replace the cursor?

Open panatapattu opened this issue 3 years ago • 0 comments

I tried to change the cursor. So, I used some CSS to do it. But I was unable to achieve it.

#redux {
    cursor: url("assets/img/brush.png"), url("assets/img/brush.cur"), default;
}

Could you add this as a feature? That would be so great if it is possible.

panatapattu avatar May 21 '21 12:05 panatapattu