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) 174 B
import { Comet } from "../astres/Comet"; export declare const generateComet: ({ ctx, frequence, }: { ctx: CanvasRenderingContext2D; frequence: number; }) => Comet[];