UNPKG

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.

15 lines (14 loc) 314 B
import type { IShapeValues } from "./IShapeValues"; /** * @category Options */ export interface IImageShape extends IShapeValues { /** * @deprecated use the new replaceColor instead */ replace_color: boolean; replaceColor: boolean; src: string; width: number; height: number; }