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
docs: update link to new CodeSandbox example (#120)
- using `parcel` same as the `example/` dir and `gh-pages` branch
- as CRA is now deprecated
- also modify some whitespace in this section for better readability of the raw markdown
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,10 @@ The API methods are _mostly_ just wrappers around [`signature_pad`'s API](https:
116
116
You can interact with the example in a few different ways:
117
117
118
118
1. Run `npm start` and navigate to [http://localhost:1234/](http://localhost:1234/).<br>
119
-
Hosted locally via the [`example/`](example/) directory
119
+
Hosted locally via the [`example/`](example/) directory
120
+
120
121
1.[View the live demo here](https://agilgur5.github.io/react-signature-canvas/).<br>
121
-
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version of the code in [`example/`](example/)
122
-
1.[Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/cra-example).<br>
123
-
Hosted via the [`cra-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version using [Create React App](https://github.com/facebook/create-react-app).
122
+
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version of the code in [`example/`](example/)
123
+
124
+
1.[Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/codesandbox-example).<br>
125
+
Hosted via the [`codesandbox-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/codesandbox-example), a slightly modified version of the above.
0 commit comments