tsParticles - v4.4.0
    Preparing search index...
    interface IEmitterRate {
        delay: RangeValue;
        quantity: RangeValue;
    }

    Implemented by

    Index
    delay: RangeValue

    The emitting velocity, how many seconds will pass between the next particles creation Decimal values allowed

    quantity: RangeValue

    The emitting quantity, how many particles will be created at every creation event