UNPKG

@tsparticles/effect-bubble

Version:
5 lines (4 loc) 180 B
import { type IEffectDrawer, type IShapeDrawData } from "@tsparticles/engine"; export declare class BubbleDrawer implements IEffectDrawer { draw(data: IShapeDrawData): void; }