tsParticles - v4.1.1
    Preparing search index...

    The ribbons parameter object definition

    interface RibbonsParams {
        canvas?: HTMLCanvasElement;
        id: string;
        options: RecursivePartial<IRibbonsOptions>;
    }
    Index

    Properties

    Properties

    The canvas element to use for the ribbons animation

    id: string

    The unique identifier for the ribbons canvas

    The ribbons options object