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

7 lines (6 loc) 185 B
import { Astre, AstreArgs } from "./Astre"; export declare class Sun extends Astre { constructor({ ...args }: AstreArgs); getGradiant(): CanvasGradient; draw: () => void; }