Skip to content

Commit

Permalink
README and package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
agargaro committed Sep 14, 2023
1 parent a0fea25 commit c2c2d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ There is one example without vite.
[InstancedMeshEntity Performance](https://stackblitz.com/edit/three-ez-instancedmeshentity-performance?file=src%2Fmain.ts)
- [Draggable Box OrbitControls](https://stackblitz.com/edit/three-ez-draggable-box-orbitcontrols?file=src%2Fmain.ts)
- [Textbox (troika-three-text)](https://stackblitz.com/edit/three-ez-textbox?file=src%2Fmain.ts)
- [Bubble Refraction](https://stackblitz.com/edit/three-ez-bubble-refraction?file=src%2Fmain.ts,src%2Ftext.ts,src%2Fparticles.ts,src%2Fbubble.ts,src%2FbubbleMaterial.ts,src%2Fscene.ts)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three.ez/main",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simplify three.js development, including events, drag & drop, binding, focus management, smart rendering, tweening and more.",
"author": "agargaro",
"license": "MIT",
Expand Down

0 comments on commit c2c2d2e

Please sign in to comment.