UNPKG

leva-r3f-stats

Version:

A small plugin to display React Three Fiber stats in Leva

5 lines 279 B
export { useStatsPanel } from './hooks/useStatsPanel'; export { stats, statsPlugin } from './plugin'; export { useComputeTracker, trackComputeTime } from './utils/webgpu-compute-tracker'; export type { StatsOptions, StatsData } from './types'; //# sourceMappingURL=index.d.ts.map