Skip to content

Commit ac96dd4

Browse files
Create README.md
Explains the features of the widget.
1 parent 4ddef2b commit ac96dd4

File tree

1 file changed

+11
-0
lines changed
  • Modern Development/Service Portal Widgets/Signature Pad Widget

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
A lightweight ServiceNow Service Portal widget that allows users to draw, clear, and attach signatures using a <canvas> element, compatible with both desktop and mobile devices.
2+
3+
Features
4+
5+
Draw signature using mouse or touch input.
6+
7+
Clear the signature pad with one click.
8+
9+
Convert the signature to a Base64 PNG string for storage or submission.
10+
11+
No external dependencies (pure JavaScript & HTML5 Canvas).

0 commit comments

Comments
 (0)