tsParticles - v4.0.0-beta.12
    Preparing search index...

    The sounds icon options

    interface ISoundsIcon {
        height: number;
        path?: string;
        style: string;
        svg?: string;
        width: number;
    }

    Implemented by

    Index

    Properties

    height: number

    The icon height

    path?: string

    The icon path

    style: string

    The icon style

    svg?: string

    The icon svg

    width: number

    The icon width