gl-stats
v1.0.1
Published
Visualizing and monitor your performance.
Downloads
9
Readme
gl-stats
WebGL stats.
Install
npm install gl-statsUsage
let stats = new glstats(document.body);
function render() {
stats.tick();
requestAnimationFrame(render);
}
render();License
MIT © 2017 Johnny Wu
