Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Jun 12, 2023
1 parent 09f6480 commit 2d37df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ index: [`src/hdri`](src/hdri)
Compressed matcaps, resized to 512x512 and converted to `webp`. refer to [emmelleppi/matcaps](https://github.com/emmelleppi/matcaps) for previews.

```js
import suzi from '@pmndrs/assets/matcaps/1.webp'
import suzi from '@pmndrs/assets/matcaps/0000.webp'
```

index: [`src/matcaps`](src/matcaps)
Expand All @@ -113,7 +113,7 @@ index: [`src/matcaps`](src/matcaps)
Compressed normal-maps, resized to 512x512 and converted to `webp`. refer to [emmelleppi/normal-maps](https://github.com/emmelleppi/normal-maps) for previews.

```js
import suzi from '@pmndrs/assets/normals/1.webp'
import suzi from '@pmndrs/assets/normals/0000.webp'
```

index: [`src/normals`](src/normals)
Expand Down

0 comments on commit 2d37df2

Please sign in to comment.