JSPM

  • Created
  • Published
  • Downloads 43081
  • Score
    100M100P100Q158276F
  • License MIT

Package Exports

  • r3f-perf

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (r3f-perf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

R3F-Perf

Easily monitor the performances of your React-Three-Fiber application.

Installation

yarn add --dev r3f-perf

Usage

Simply add the the profiler component in your app

import { Canvas } from 'react-three-fiber'
import { Perf } from 'r3f-perf'

<Canvas>
  <Perf />
</Canvas>