Two ways to use it
The signature generator runs entirely in the browser — drawing, typed rendering, and image cleanup never leave the device, and no API call is made.- Hosted tool — send users to thesignproof.com/online-signature to draw, type, or upload a signature and download a transparent PNG. Free, no account.
- Embedded component — drop
SignProofSignatureMakerinto your own app.
This is separate from embedded signing. The generator
makes a signature image; it does not create a legally sealed document. To
collect legally binding signatures with consent, identity, audit trail, and
sealing, use the signing flow.
Embed the maker
Output object
onChange fires on every change (or null when cleared); onComplete fires when
a signature is produced.
Props
| Prop | Default | Notes |
|---|---|---|
defaultMode | 'draw' | Initial tab. |
allowedModes | ['draw','type'] | Which tabs to show. |
onChange / onComplete | — | Receive the signature result. |
showDownload / showCopy | true | Built-in Download / Copy buttons. |
defaultInkColor | #0F1B2D | Black / blue / gray are offered. |