@tomorrowevening/hermes 0.0.96 → 0.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/hermes.cjs.js +14 -14
- package/dist/hermes.es.js +1222 -1332
- package/package.json +2 -5
- package/types/core/remote/RemoteTheatre.d.ts +1 -1
- package/types/index.d.ts +0 -1
- package/types/core/remote/RemoteTweakpane.d.ts +0 -24
package/README.md
CHANGED
|
@@ -9,7 +9,6 @@ Open the [Application](https://hermes-lovat.vercel.app/) and [editor](https://he
|
|
|
9
9
|
- Customizable Navigation Dropdowns + Draggable components for Triggers/Event Dispatching
|
|
10
10
|
- [TheatreJS](https://www.theatrejs.com/)
|
|
11
11
|
- [ThreeJS](https://threejs.org/)
|
|
12
|
-
- [Tweakpane](https://tweakpane.github.io/docs/)
|
|
13
12
|
- Custom ThreeJS Scene + Object Inspector
|
|
14
13
|
|
|
15
14
|
### Assets
|