tsparticles
Version:
Easily create highly customizable particle, confetti and fireworks 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.
17 lines (16 loc) • 328 B
TypeScript
import type { IGrabLinks } from "./IGrabLinks";
/**
* @category Options
*/
export interface IGrab {
distance: number;
/**
* @deprecated use the new links instead
*/
line_linked: IGrabLinks;
/**
* @deprecated use the new links instead
*/
lineLinked: IGrabLinks;
links: IGrabLinks;
}