Skip to content

Commit

Permalink
Add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Sep 24, 2022
1 parent 14531c8 commit 4ea5855
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 310 deletions.
1 change: 1 addition & 0 deletions __tests__/SignaturePad.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ describe('Component', () => {
maxWidth: 2.5,
minWidth: 0.5,
penColor: 'black',
velocityFilterWeight: 0.7,
points: [{ pressure: 0.5, time: 1641476147709, x: 100, y: 100 }],
},
];
Expand Down
84 changes: 42 additions & 42 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ea5855

Please sign in to comment.