UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

9 lines 552 B
export declare function formatTo3Digits(value: number | null | undefined, unit?: string): string; export declare const formatFPS: (fps: number) => string; export declare const formatMS: (ms: number) => string; export declare const formatMemory: (mb: number) => string; export declare const formatGPU: (ms: number) => string; export declare const formatCPU: (ms: number) => string; export declare function formatTriangles(count: number): string; export declare function formatVSync(vsync: number | null): string; //# sourceMappingURL=formatters.d.ts.map