DEV Community

Discussion on: Create a signature pad in React

Collapse
 
amitshahc profile image
Amit Shah

Excellent help.
but you are missing .current in your this line code
signCanvasStaff.current.getTrimmedCanvas().toDataURL("image/png")

Collapse
 
more03625 profile image
Rahul More

Thanks man :)