@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.
Files changed (2) hide show
  1. package/README.md +2 -11
  2. 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
  ![fire](https://raw.githubusercontent.com/mattatz/THREE.Fire/master/Captures/fire.gif)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolffo/three-fire",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "Modern TypeScript volumetric fire effect for Three.js and React Three Fiber",
6
6
  "main": "dist/index.js",