We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961616c commit 94645beCopy full SHA for 94645be
index.html
@@ -5,11 +5,9 @@
5
<script src="https://raw.githack.com/AR-js-org/AR.js/dev/aframe/build/aframe-ar.js"></script>
6
<body style="margin : 0px; overflow: hidden;">
7
<a-scene embedded arjs>
8
- <a-marker preset="hiro">
9
- <a-plane position="0 1 -2" width="2" height="1.5" rotation="-90 0 0">
10
- <a-material src="6628cba43e5e6_1647160462_fq.jpg"></a-material>
11
- </a-plane>
12
- </a-marker>
+ <a-nft type='nft'>
+ <a-image src='6628cba43e5e6_1647160462_fq.jpg' width='1' height='1'></a-image>
+ </a-nft>
13
<a-entity camera></a-entity>
14
</a-scene>
15
</body>
0 commit comments