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