Skip to content

Commit 4ea5855

Browse files
committed
Add missing property
1 parent 14531c8 commit 4ea5855

File tree

3 files changed

+336
-310
lines changed

3 files changed

+336
-310
lines changed

__tests__/SignaturePad.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ describe('Component', () => {
142142
maxWidth: 2.5,
143143
minWidth: 0.5,
144144
penColor: 'black',
145+
velocityFilterWeight: 0.7,
145146
points: [{ pressure: 0.5, time: 1641476147709, x: 100, y: 100 }],
146147
},
147148
];

example/package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)