UNPKG

@spatialwalk/avatarkit

Version:

SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK

29 lines 744 B
import { Environment } from '../types'; export declare const CLS_TRACK_EVENTS: boolean; /** * 获取 CLS 配置(需要传入环境) */ export declare function getCLSConfig(environment: Environment): { endpoint: string; topicId: string; secretId: string; secretKey: string; token: string; }; export declare const CLS_CONFIG: { endpoint: string; topicId: string; secretId: string; secretKey: string; token: string; }; export declare const ENV_TEST: boolean; /** * Comprehensive debug mode check * Returns true if: * - VITE_ENV_TEST is 'true', OR * - Running in DEV mode, OR * - URL has debug=1 parameter */ export declare function isDebugMode(): boolean; //# sourceMappingURL=constants.d.ts.map