import type { IRibbonsOptions } from "./IRibbonsOptions.js"; import type { RecursivePartial } from "@tsparticles/engine"; export interface RibbonsParams { canvas?: HTMLCanvasElement; id: string; options: RecursivePartial; }