tsparticles
Version:
Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.
6 lines (5 loc) • 434 B
TypeScript
import type { IOptions as ICoreOptions } from "../../Options/Interfaces/IOptions";
import type { IPolygonMaskOptions } from "../../Plugins/PolygonMask/PolygonMaskPlugin";
import type { IEmitterOptions } from "../../Plugins/Emitters/EmittersPlugin";
import type { IAbsorberOptions } from "../../Plugins/Absorbers/AbsorbersPlugin";
export declare type IOptions = ICoreOptions & IAbsorberOptions & IEmitterOptions & IPolygonMaskOptions;