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

6 lines (5 loc) 153 B
import { Astre, AstreArgs } from "./Astre"; export declare class Planet extends Astre { constructor({ ...args }: AstreArgs); draw: () => void; }