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) 278 B
import { SystemConfig } from "./types"; import { Nebula } from "./View/Nebula"; export { Nebula } from "./View/Nebula"; export { ReactNebula } from "./View/ReactNebula"; export declare const createNebula: (element: HTMLElement, config: Omit<SystemConfig, "bgColor">) => Nebula;