mwg API
    Preparing search index...

    Interface ChessEngineOptions

    interface ChessEngineOptions {
        depth?: number;
        maxNodes?: number;
    }
    Index
    depth?: number

    plies to search; three is a useful small browser default

    maxNodes?: number

    optional hard cap on visited positions