@newkrok/three-particles 2.6.0 → 2.6.2
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 +1 -1
- package/llms-full.txt +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ updateParticleSystems({now, delta, elapsed});
|
|
|
65
65
|
|
|
66
66
|
# Documentation
|
|
67
67
|
|
|
68
|
-
Automatically generated TypeDoc: [https://newkrok.github.io/three-particles/](https://newkrok.github.io/three-particles/)
|
|
68
|
+
Automatically generated TypeDoc: [https://newkrok.github.io/three-particles/api/](https://newkrok.github.io/three-particles/api/)
|
|
69
69
|
|
|
70
70
|
## Important Notes
|
|
71
71
|
|
package/llms-full.txt
CHANGED
|
@@ -517,7 +517,7 @@ scene.add(fire.instance);
|
|
|
517
517
|
## Links
|
|
518
518
|
|
|
519
519
|
- Repository: https://github.com/NewKrok/three-particles
|
|
520
|
-
- API Docs: https://newkrok.github.io/three-particles/
|
|
520
|
+
- API Docs: https://newkrok.github.io/three-particles/api/
|
|
521
521
|
- Visual Editor: https://github.com/NewKrok/three-particles-editor
|
|
522
522
|
- Editor Demo: https://newkrok.com/three-particles-editor/index.html
|
|
523
523
|
- npm: https://www.npmjs.com/package/@newkrok/three-particles
|
package/llms.txt
CHANGED
|
@@ -115,7 +115,7 @@ Values support: constant `number`, random `{ min, max }`, or curves:
|
|
|
115
115
|
## Links
|
|
116
116
|
|
|
117
117
|
- Repository: https://github.com/NewKrok/three-particles
|
|
118
|
-
- API Docs: https://newkrok.github.io/three-particles/
|
|
118
|
+
- API Docs: https://newkrok.github.io/three-particles/api/
|
|
119
119
|
- Visual Editor: https://github.com/NewKrok/three-particles-editor
|
|
120
120
|
- Editor Demo: https://newkrok.com/three-particles-editor/index.html
|
|
121
121
|
- Full LLM Reference: https://github.com/NewKrok/three-particles/blob/master/llms-full.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newkrok/three-particles",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Three.js-based high-performance particle system library designed for creating visually stunning particle effects with ease. Perfect for game developers and 3D applications.",
|
|
6
6
|
"main": "./dist/index.js",
|