You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- more consistent with how I generally do it nowadays
- this makes edits a lot easier than having to align line breaks to
80 chars
- editor should wrap-around past a certain length, so still plenty
readable
- now both the code and README have finally been formatted
- I put that off for a lonnng while, even avoiding committing it when
my editor/linter did it automatically 😅
that did not impose any styling or wrap any other unwanted elements around
19
-
your canvas -- it's just a wrapper around a single canvas element! Hence the
20
-
naming difference.
16
+
Originally, this was just an _unopinionated_ fork of [react-signature-pad](https://github.com/blackjk3/react-signature-pad) that did not impose any styling or wrap any other unwanted elements around your canvas -- it's just a wrapper around a single canvas element!
17
+
Hence the naming difference.
21
18
Nowadays, this repo / library has significantly evolved, introducing new features, fixing various bugs, and now wrapping the upstream `signature_pad` to have its updates and bugfixes baked in.
22
19
23
-
This fork also allows you to directly pass [props](#props) to the underlying
24
-
canvas element, has new, documented [API methods](#api) you can use, and has
25
-
new, documented [props](#props) you can pass to it.
20
+
This fork also allows you to directly pass [props](#props) to the underlying canvas element, has new, documented [API methods](#api) you can use, and has new, documented [props](#props) you can pass to it.
26
21
27
22
## Installation
28
23
@@ -44,8 +39,8 @@ ReactDOM.render(
44
39
45
40
### Props
46
41
47
-
The props of SignatureCanvas mainly control the properties of the pen stroke
48
-
used in drawing. All props are **optional**.
42
+
The props of SignatureCanvas mainly control the properties of the pen stroke used in drawing.
0 commit comments