get-statsjs
v0.0.3
Published
get-statsjs
Readme
get-statsjs
Usage
Installation
pnpm add get-statsjsExample
import { getStatsjs } from "get-statsjs"
// get the stats.js instance
// receive a target element, the default is document.body
const { stats, mount, dispose } = getStatsjs()