cubing.js — API Reference - v0.56.0
    Preparing search index...

    Variable cube3x3x3Const

    cube3x3x3: {
        fullName: string;
        id: string;
        inventedBy: string[];
        inventionYear: number;
        keyMapping: () => Promise<{ [key: string | number]: AlgLeaf }>;
        kpuzzle: () => Promise<KPuzzle>;
        llFaceSVG: () => Promise<string>;
        llSVG: () => Promise<string>;
        pg: () => Promise<PuzzleGeometry>;
        puzzleSpecificSimplifyOptions: PuzzleSpecificSimplifyOptions;
        stickeringMask: (stickering: string) => Promise<StickeringMask>;
        stickerings: () => Promise<string[]>;
        svg: () => Promise<string>;
    } = ...

    Type declaration

    • fullName: string
    • id: string
    • inventedBy: string[]
    • inventionYear: number
    • keyMapping: () => Promise<{ [key: string | number]: AlgLeaf }>
    • kpuzzle: () => Promise<KPuzzle>
    • llFaceSVG: () => Promise<string>
    • llSVG: () => Promise<string>
    • pg: () => Promise<PuzzleGeometry>
    • puzzleSpecificSimplifyOptions: PuzzleSpecificSimplifyOptions
    • stickeringMask: (stickering: string) => Promise<StickeringMask>
    • stickerings: () => Promise<string[]>
    • svg: () => Promise<string>