ASCIIGround - v1.1.2
    Preparing search index...

    Interface StaticNoisePatternOptions

    Options for configuring a static pattern.

    interface StaticNoisePatternOptions {
        characters: string[];
        seed: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    characters: string[]

    Array of characters to use for rendering, ordered from lowest to highest intensity

    seed: number

    the seed value for random number generation used to ensure reproducible noise patterns.