@spatialwalk/avatarkit
Version:
SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK
11 lines • 427 B
TypeScript
/**
* SPAvatar SDK - 统一公开接口
*/
export { Avatar } from './core/Avatar';
export { AvatarController } from './core/AvatarController';
export { AvatarKit } from './core/AvatarKit';
export { AvatarManager } from './core/AvatarManager';
export { AvatarView } from './core/AvatarView';
export * from './types';
export type { CharacterInfo, FlameInfo } from './wasm/avatarCoreAdapter';
//# sourceMappingURL=index.d.ts.map