SetDecoyOptions

Description

Options for setting decoy characters

interface SetDecoyOptions {
    color?: string;
    font?: string;
    opacity?: number;
    size?: number;
}

Properties

color?: string

Color of the decoy characters

font?: string

Font of the decoy characters

opacity?: number

Opacity of the decoy characters

size?: number

Size of the decoy characters