jQuery.eraser
jQuery.eraser copied to clipboard
How to replace the cursor?
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.