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

8 lines (7 loc) 261 B
import { Drawable } from "../astres/Drawable"; export declare const drawOnCanvas: ({ canvas, drawings, bgColor, fps, }: { canvas: HTMLCanvasElement; drawings: Drawable[]; bgColor?: string | undefined; fps?: number | undefined; }) => () => void;