r3f-vfx 0.1.4 → 0.1.6

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 (3) hide show
  1. package/README.md +0 -1
  2. package/dist/index.js +1540 -6746
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -389,7 +389,6 @@ store.clear('sparks')
389
389
 
390
390
  ```tsx
391
391
  import { BoxGeometry } from 'three/webgpu'
392
-
393
392
  ;<VFXParticles
394
393
  geometry={new BoxGeometry(1, 1, 1)}
395
394
  maxParticles={500}