Signature
Signature component.
Signature, Customization Blocks
<x-signature />
<x-signature label="Sign your name" hint="You can revert if you have written something wrong." />
<x-signature color="#ff0000" />
<x-signature background="#cc1002" />
<x-signature line="10" />
<x-signature height="500" />
<x-signature clearable />
<x-signature exportable /> <!-- You can set "jpeg" to export as jpeg --><x-signature exportable jpeg />
<!-- $event.detail will receive: {signature: url} --> <x-signature exportable x-on:export="alert('Exported!')" />
#
Persistent
NEW
An option to do not clear the signature when resizing the window.
<x-signature persistent />