Signature Pad filled % #749
KyleEvangelistoRI
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can do this by counting up the colored pixels in the canvas and dividing them by the total number of pixels. There is no reason this has to be done in signature_pad. There might already be an npm package that does this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be really cool if there was a function that you could call on the instance of the signature pad that would return what % filled the signature pad is. Like
let percent = signaturePad.getPercentFilled();
or something. I have a problem where sometimes our users just put a dot and don't actually signed. So if I could see if they filled like 5% at least of the pad that would be cool.Beta Was this translation helpful? Give feedback.
All reactions