/gl-stats

WebGL Stats

Primary LanguageJavaScriptMIT LicenseMIT

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