Skip to content

Commit 94645be

Browse files
authored
Update index.html
1 parent 961616c commit 94645be

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
<script src="https://raw.githack.com/AR-js-org/AR.js/dev/aframe/build/aframe-ar.js"></script>
66
<body style="margin : 0px; overflow: hidden;">
77
<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>
8+
<a-nft type='nft'>
9+
<a-image src='6628cba43e5e6_1647160462_fq.jpg' width='1' height='1'></a-image>
10+
</a-nft>
1311
<a-entity camera></a-entity>
1412
</a-scene>
1513
</body>

0 commit comments

Comments
 (0)