Skip to content

Commit

Permalink
Merge pull request pmndrs#1 from winstoncooke/winstoncooke-patch-readme
Browse files Browse the repository at this point in the history
add npx typescript example
  • Loading branch information
winstonrc committed Aug 6, 2022
2 parents b5cdf52 + 0501b87 commit 4966b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ For typescript add the parameter `-ts` or `--typescript`:
yarn create r3f-app next my-app -ts
```

or

```sh
npx create-r3f-app next my-app -ts
```

### :mount_fuji: Features

- [x] Automatically inject r3f component in the Canvas
Expand Down

0 comments on commit 4966b4d

Please sign in to comment.