@wolffo/three-fire 1.0.3 → 1.0.4
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 +2 -11
- package/package.json +1 -1
package/README.md
CHANGED
@@ -8,6 +8,8 @@ Modern TypeScript volumetric fire effect for Three.js and React Three Fiber.
|
|
8
8
|
|
9
9
|

|
10
10
|
|
11
|
+
[Live Demo](https://threefire.netlify.app/)
|
12
|
+
|
11
13
|
## Features
|
12
14
|
|
13
15
|
- 🔥 Volumetric fire effect using ray marching
|
@@ -171,17 +173,6 @@ npm run typecheck
|
|
171
173
|
npm test
|
172
174
|
```
|
173
175
|
|
174
|
-
## Publishing
|
175
|
-
|
176
|
-
This package uses automated GitHub Actions for publishing. See [PUBLISHING.md](./PUBLISHING.md) for detailed instructions.
|
177
|
-
|
178
|
-
Quick release commands:
|
179
|
-
```bash
|
180
|
-
npm run release:patch # 1.0.0 → 1.0.1
|
181
|
-
npm run release:minor # 1.0.0 → 1.1.0
|
182
|
-
npm run release:major # 1.0.0 → 2.0.0
|
183
|
-
```
|
184
|
-
|
185
176
|
## Credits
|
186
177
|
|
187
178
|
Based on the original THREE.Fire by [mattatz](https://github.com/mattatz/THREE.Fire)
|