aframe-inspector
Version:
A visual inspector tool for A-Frame.
14 lines (13 loc) • 337 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Example Scene</title>
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe/dist/aframe-master.min.js"></script>
</head>
<body>
<a-scene stats>
</a-scene>
<script src="http://localhost:3333/dist/aframe-inspector.js"></script>
</body>
</html>