Interface AsukaModelOptimizerModuleConfig

Premium server-backed GLB optimization module configuration.

interface AsukaModelOptimizerModuleConfig {
    credentials?: RequestCredentials;
    endpoint?: string;
    headers?: Record<string, string>;
    maxFileSizeMb?: number;
}

Properties

credentials?: RequestCredentials

Fetch credentials mode used for the optimization request.

endpoint?: string

Protected HTTP endpoint receiving a raw model/gltf-binary request body.

headers?: Record<string, string>

Optional request headers added before license authorization headers.

maxFileSizeMb?: number

Client-side upload limit in megabytes. Defaults to 256.