UNPKG

tsparticles

Version:

Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.

10 lines (9 loc) 207 B
import type { IImage } from "./IImage"; export interface IParticleImage { src: string; data: IImage; ratio: number; obj?: HTMLImageElement; loaded?: boolean; replaceColor: boolean; }