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

jQuery plugin that makes an image erasable (with mouse or touch movements)

Results 11 jQuery.eraser issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thanks a lot for this great plugin. It's working perfectly on mobile, but on desktop browser (chrome or safari), I have a minor issue I can't...

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; } ```...

everytime I finish brush the whole image, the progress is different, sometimes 93%, sometimes 97%, and never 100%. Seems if I buttonup more times, the final progress will be higher,...

I have a hidden element. eraser cannot get the offset value. Then in MouseDown event I add these codes if (data.posX == 0) { data.posX = $this.offset().left; data.posY = $this.offset().top;...

Hi! Is there a possibility to set images to full width, or full height? When i try to do that with css, 100% width has only background image. Foreground has...

Needed to implement the revert mode in your plugin for a project of mine. Figured I might as well do a pull request about it. Also added a blur method....

if i change jquery into zepto , it can`t find "beginPath" i suppose the return function is not the same as the jquery how can i solve it?

Hi, I have a requirement where i need to pop up the selected image and load eraser functionality to it. When i associated the eraser plugin to the image on...

store drawing operations to perform at the right time.