LiquidGlassJS - v0.0.0
    Preparing search index...

    Interface MapOptions

    interface MapOptions {
        band: number;
        height: number;
        ior: number;
        magnify: number;
        radius: number;
        shape: "rounded" | "squircle";
        thickness: number;
        width: number;
    }
    Index
    band: number
    height: number
    ior: number
    magnify: number
    radius: number
    shape: "rounded" | "squircle"
    thickness: number
    width: number