szimek / signature_pad

HTML5 canvas based smooth signature drawing
http://szimek.github.io/signature_pad/
MIT License
10.91k stars 2.11k forks source link

If I just don't wanna draw in the canvas, just wanna click. #750

Closed ShiqiP closed 9 months ago

ShiqiP commented 10 months ago

I know that to set the compositeOperation options can change the "draw" or "erase" mode . what if i just wanna do something else in the canvas, can you make another options "none" or something to not do anything in the canvas

UziTech commented 10 months ago

Composite operation can be any of these https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation