Appearance
使用stats.js创建一个性能检测器
import { createThreeUseApp } from 'threeuse' import { stats } from 'threeuse/plugin' const app = createThreeUseApp() app.use(stats, options?)
通过调用 createThreeUseApp 创建的实例对象上的 use 方法安装插件
createThreeUseApp
use
true
false
<body>