Hi Rohan. Your work is amazing! Do you have an example that works with the current Three.js version?
This is what I am trying to do, within the three.js module… It is saying "no export for Life, Radius, Mass, etc…
<script type='text/javascript' src='/node_modules/three-nebula/build/three-nebula.js'></script>
<script type="module">
import * as THREE from "../build/three.module.js";
import System , { Emitter, Rate, Span, Position, Mass, Radius, Life, Velocity, PointZone, Vector3D, Alpha, Scale, Color,} from 'three-nebula';
Thanks.