Skip to content

Commit

Permalink
docs: added typescript installation (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCartier authored Jul 3, 2023
1 parent 9b30902 commit 71af077
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ yarn add react-video-recorder
# so if you're starting from scratch run this instead:
yarn add react-video-recorder react react-dom prop-types styled-components
```

### Typescript
If using Typescript, typing is available via:
```sh
yarn add -D @types/react-video-recorder
```
## Usage

Basic usage [(edit in stakblitz)](https://stackblitz.com/edit/react-video-recorder-demo):
Expand Down

0 comments on commit 71af077

Please sign in to comment.