G-code Preview — API Reference
    Preparing search index...

    A thumbnail decoded from a .bgcode Thumbnail block (#188 phase 4c).

    interface BgcodeThumbnail {
        bytes: Uint8Array;
        format: "png" | "jpg" | "qoi" | "unknown";
        height: number;
        width: number;
    }
    Index

    Properties

    bytes: Uint8Array
    format: "png" | "jpg" | "qoi" | "unknown"
    height: number
    width: number