Function loadShowfileFromBinary

  • Parameters

    • binary: Buffer | Uint8Array

    Returns null | {
        $chessbots_show_schema_version: 4;
        audio: undefined | ({ data: Uint8Array; mimeType: string; });
        name: string;
        timeline: ({ startPoint: { type: "start_point"; id: string; target: { type: SplinePointType.StartPoint; point: { x: number; y: number; }; }; durationMs: number; }; remainingEvents: ({ type: "goto_point"; id: string; target: { ...; } | { ...; }; durationMs: number; } | { ...; } | { ...; })[]; })[];
    }

Generated using TypeDoc