@newkrok/three-particles 0.4.0 → 0.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/three-particles",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Particle system for ThreeJS",
5
5
  "main": "src/js/three-particles.js",
6
6
  "bin": {
@@ -95,7 +95,7 @@ const DEFAULT_PARTICLE_SYSTEM_CONFIG = {
95
95
  },
96
96
  map: null,
97
97
  renderer: {
98
- blending: THREE.THREE.NormalBlending,
98
+ blending: THREE.NormalBlending,
99
99
  transparent: true,
100
100
  depthTest: true,
101
101
  depthWrite: false,