Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Sep 24, 2022
2 parents f3f1fc1 + 4ea5855 commit dddd0ca
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 311 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![NPM Version](https://img.shields.io/npm/v/react-signature-pad-wrapper.svg?branch=master)
![downloads](https://img.shields.io/npm/dt/react-signature-pad-wrapper.svg)
[![Build Status](https://app.travis-ci.com/michaeldzjap/react-signature-pad-wrapper.svg?branch=develop)](https://app.travis-ci.com/michaeldzjap/react-signature-pad-wrapper)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/michaeldzjap/react-signature-pad-wrapper/CI)
![dependencies](https://img.shields.io/librariesio/release/npm/react-signature-pad-wrapper)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![codecov](https://codecov.io/gh/michaeldzjap/react-signature-pad-wrapper/branch/master/graph/badge.svg)](https://codecov.io/gh/michaeldzjap/react-signature-pad-wrapper)
Expand Down
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 dddd0ca

Please sign in to comment.