Last active
February 14, 2017 03:44
-
-
Save pilssalgi/8185d5f1d3d1eac519e8cd26cb7bf002 to your computer and use it in GitHub Desktop.
stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stats = new Stats(); | |
stats.domElement.style.position = 'absolute'; | |
stats.domElement.style.top = '0px'; | |
document.body.appendChild(stats.domElement); | |
stats.update(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment