UNPKG

@flodlc/nebula

Version:

Including configurable Stars, Nebulas, Comets, Planets and Suns. Nebula comes with a vanilla JS and a React wrapper. Compatible with SSR

13 lines (12 loc) 323 B
export declare type SystemConfig = { starsCount?: number; starsColor?: string; starsRotationSpeed?: number; nebulasIntensity?: number; bgColor?: string; sunScale?: number; planetsScale?: number; solarSystemOrbite?: number; solarSystemSpeedOrbit?: number; cometFrequence?: number; };