Skip to content

Commit

Permalink
Update README with correct default option value (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesvangruisen authored Jun 26, 2022
1 parent fa86a62 commit 46df7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The options object is optional, as are each of its properties.
| `easing` | function | t => t | An easing function to apply to each point's pressure. |
| `start` | { } | | Tapering options for the start of the line. |
| `end` | { } | | Tapering options for the end of the line. |
| `last` | boolean | true | Whether the stroke is complete. |
| `last` | boolean | false | Whether the stroke is complete. |

**Note:** When the `last` property is `true`, the line's end will be drawn at the last input point, rather than slightly behind it.

Expand Down

2 comments on commit 46df7c4

@vercel
Copy link

@vercel vercel bot commented on 46df7c4 Jun 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 46df7c4 Jun 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pf-dev – ./

pf-dev-git-main-steveruiz.vercel.app
pf-dev.vercel.app
pf-dev-steveruiz.vercel.app

Please sign in to comment.