A lightweight, customizable signature pad built with HTML5 Canvas. Create beautiful signatures with customizable options, downloadable in multiple formats.
- Smooth signature drawing with adjustable pen properties
- Custom pen/pencil cursor for intuitive signing experience
- Multiple export formats: PNG, JPEG, SVG
- Save and load signatures using localStorage
- Customizable styling and appearance
- Add date/time and custom text
- Cross-browser and mobile-friendly
- Dark mode support
- No external dependencies
Check out the live demos:
Download the files from the dist directory and include them in your project:
<link rel="stylesheet" href="path/to/signaturePad.min.css">
<script src="path/to/signaturePad.min.js"></script>