gl-stats

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gl-stats

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • johnnywu