Skip to content

Instantly share code, notes, and snippets.

@tankorsmash
Created August 15, 2024 16:41
Show Gist options
  • Save tankorsmash/76cc2a60326e3ad417cc95288a8640cb to your computer and use it in GitHub Desktop.
Save tankorsmash/76cc2a60326e3ad417cc95288a8640cb to your computer and use it in GitHub Desktop.
Embed stats.js
javascript:(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();document.body.appendChild(stats.dom);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='https://mrdoob.github.io/stats.js/build/stats.min.js';document.head.appendChild(script);})()
@tankorsmash
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment