UNPKG

@aidenvigue/tresjs-core

Version:

Declarative ThreeJS using Vue Components

7 lines (6 loc) 338 B
import type { Scene } from 'three'; import type { TresObject } from './../types'; export declare function calculateMemoryUsage(object: TresObject | Scene): number; export declare function bytesToKB(bytes: number): string; export declare function bytesToMB(bytes: number): string; export declare function bytesToGB(bytes: number): string;