tsParticles - v0.0.0
    Preparing search index...
    interface IStroke {
        color?:
            | string
            | RecursivePartial<IAnimatableColor>
            | RecursivePartial<IColor>;
        opacity?: RangeValue;
        width: RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

    opacity?: RangeValue
    width: RangeValue