Skip to main content

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.
  1. Hosted tool — send users to thesignproof.com/online-signature to draw, type, or upload a signature and download a transparent PNG. Free, no account.
  2. Embedded component — drop SignProofSignatureMaker into 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


Privacy

Nothing is uploaded. Image processing (auto-crop, transparency, typed rendering) happens on the client. The component ships no webfonts — for premium typed styles, load your own cursive fonts and they’ll be used automatically.

Relationship to signing

The same signature-capture concepts power the real signing flow: when a signer applies a signature inside a SignProof envelope (emailed link or embedded), they get the same draw/type capture, auto-cropped to a transparent PNG, then flattened into the sealed PDF with a tamper-evident audit trail.