UNPKG

@tehnoskarb/xn-snowflakes

Version:

Add beautiful falling down snowflakes to any of the elements container (or fullscreen) in your webpage.

23 lines (22 loc) 466 B
export declare class Snowflakes { count: number; color: string; private container; private canvas; private ctx; private width; private height; private snowflakes; private animationId; private erd; private active; constructor(container?: HTMLElement); start(): void; pause(): void; toggle(): void; private init; private destroy; private setupTheSnow; private onResize; private update; }