@threlte/core
Advanced tools
Comparing version 8.0.0-next.41 to 8.0.0
@@ -0,1 +1,2 @@ | ||
import { Scene } from 'three'; | ||
import { useCamera } from '../fragments/camera'; | ||
@@ -2,0 +3,0 @@ import { useDOM } from '../fragments/dom'; |
@@ -0,1 +1,2 @@ | ||
import {} from 'three'; | ||
import { createCacheContext } from './fragments/cache'; | ||
@@ -2,0 +3,0 @@ import { createCameraContext } from './fragments/camera'; |
@@ -1,2 +0,2 @@ | ||
import mitt from 'mitt'; | ||
import mitt, {} from 'mitt'; | ||
export class DAG { | ||
@@ -81,3 +81,3 @@ allVertices = {}; | ||
this.allVertices[afterKey] = { | ||
value: undefined, | ||
value: undefined, // uninitialized | ||
previous: new Set(), | ||
@@ -109,3 +109,3 @@ next: new Set([key]) | ||
this.allVertices[beforeKey] = { | ||
value: undefined, | ||
value: undefined, // uninitialized | ||
previous: new Set([key]), | ||
@@ -112,0 +112,0 @@ next: new Set() |
@@ -15,2 +15,4 @@ export const VERSION = 8; | ||
export { useLoader } from './hooks/useLoader'; | ||
// contexts | ||
export {} from './context/compounds/useThrelte'; | ||
export { createThrelteContext } from './context/createThrelteContext.svelte'; | ||
@@ -17,0 +19,0 @@ export { createCacheContext, useCache } from './context/fragments/cache'; |
{ | ||
"name": "@threlte/core", | ||
"version": "8.0.0-next.41", | ||
"version": "8.0.0", | ||
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -38,10 +38,4 @@ <div align="right"> | ||
For a quick interactive setup of a fresh Threlte project, run: | ||
Check out the [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation). | ||
```sh | ||
npm create threlte my-project | ||
``` | ||
Alternatively you can check out the full [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation). | ||
### Tutorial | ||
@@ -48,0 +42,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
144928
3783
0
76