tsParticles - v0.0.0
    Preparing search index...

    [[include:Options/Particles/Shape.md]]

    interface IShape {
        close: boolean;
        fill: boolean;
        options: ShapeData;
        type: SingleOrMultiple<string>;
    }

    Implemented by

    Index

    Properties

    Properties

    close: boolean

    Set this property to false for creating an open shape

    fill: boolean

    Set this property to false for creating an empty shape

    options: ShapeData

    Shape options

    type: SingleOrMultiple<string>

    Shape type