Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Feb 8, 2024
2 parents 87cc8a1 + 4d528a6 commit d237d5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-walls-promise.md

This file was deleted.

12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# three-inspect

## 0.4.3

### Patch Changes

- 2803c98: Fix exports for vanilla projects

## 0.4.2

### Patch Changes
Expand All @@ -25,10 +31,10 @@
Adding the inspector for Vanilla environments has changed:

```ts
import { createInspector } from 'three-inspect'
import { createInspector } from "three-inspect";

const inspector = createInspector({ scene, camera, renderer })
const inspector = createInspector({ scene, camera, renderer });

// When you're finished with the inspector...
inspector.dispose()
inspector.dispose();
```

0 comments on commit d237d5b

Please sign in to comment.