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

3 lines (2 loc) 175 B
export declare const parseColor: (color: string) => [number, number, number]; export declare const getRGB: (rgbChannels: [number, number, number], opacity: number) => string;