From 135e66831a416d2ff05626e55b06c3a04611f3fd Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Fri, 14 Feb 2025 21:33:34 -0500 Subject: [PATCH] docs: update other CodeSandbox link as well - I missed this link in f3108fd6a68d40c941c385f97ffcd8fca7bef112 - (forgot another link existed until I re-read the top of the README) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3020be5..2008357 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Originally, this was just an _unopinionated_ fork of [react-signature-pad](https Hence the naming difference. 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. -This fork also allows you to directly pass [props](#props) to the underlying canvas element, has new, documented [API methods](#api) you can use, has new, documented [props](#props) you can pass to it, has a [live demo](https://agilgur5.github.io/react-signature-canvas/), has a [CodeSandbox playground](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/cra-example), has [100% test coverage](https://codecov.io/gh/agilgur5/react-signature-canvas), and is [written in TypeScript](src/index.tsx). +This fork also allows you to directly pass [props](#props) to the underlying canvas element, has new, documented [API methods](#api) you can use, has new, documented [props](#props) you can pass to it, has a [live demo](https://agilgur5.github.io/react-signature-canvas/), has a [CodeSandbox playground](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/codesandbox-example), has [100% test coverage](https://codecov.io/gh/agilgur5/react-signature-canvas), and is [written in TypeScript](src/index.tsx). ## Installation