Interface ConfettiItemConfig

interface ConfettiItemConfig {
    autoPick?: boolean;
    autoPickLimit?: number;
    contents?: string[];
    excludeAutoPick?: string[];
    imageScale: number;
    imageSize?: number;
    images: string[];
    particleCount: number;
    positionType?: PositionType;
    scalar: number;
    shapes: ConfettiItemShape[];
    spread: number;
    startVelocity: number;
    x: RangeValue;
    y: RangeValue;
}

Properties

autoPick?: boolean
autoPickLimit?: number
contents?: string[]
excludeAutoPick?: string[]
imageScale: number
imageSize?: number
images: string[]
particleCount: number
positionType?: PositionType
scalar: number
spread: number
startVelocity: number