jparticles
Version:
A lightweight, efficient and easy-to-use Canvas library for building some cool particle effects.
27 lines (26 loc) • 776 B
TypeScript
export declare const piBy180: number;
export declare const doublePi: number;
export declare const orientationSupport = true;
export declare const funcToString: () => string;
export declare const objectCtorString: string;
export declare const defaultCanvasWidth = 485;
export declare const defaultCanvasHeight = 300;
export declare const isIE8: boolean;
export declare const isRuntimeSupported: boolean;
export declare const regExp: {
trimAll: RegExp;
http: RegExp;
shapeStar: RegExp;
imageBase64: RegExp;
};
export declare enum EVENT_NAMES {
DESTROY = "DESTROY",
RESIZE = "RESIZE"
}
export declare enum EVENT_NAMES_WAVE_LOADING {
PROGRESS = "PROGRESS",
FINISHED = "FINISHED"
}
export declare enum EVENT_NAMES_SNOW {
FINISHED = "FINISHED"
}