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) 275 B
import { NebulaColoration } from "../astres/NebulaColoration"; export declare const generateNebulaColoration: ({ ctx, coloration, intensity, }: { ctx: CanvasRenderingContext2D; coloration?: NebulaColoration | undefined; intensity: number; }) => NebulaColoration;