Skip to content

Commit 3a2b89d

Browse files
committed
aframe nft examples upgraded to aframe 1.6.0
1 parent 3c61570 commit 3a2b89d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aframe/examples/image-tracking/nft-video/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3.0/dist/aframe-master.min.js"></script>
1+
<script src="https://cdn.jsdelivr.net/npm/aframe@1.6.0/dist/aframe-master.min.js"></script>
22

3-
<!--<script src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js'></script>-->
3+
<!--<script src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js'></script>-->
44
<script src='../../../../aframe/build/aframe-ar-nft.js'></script>
55

66
<script>

aframe/examples/image-tracking/nft/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3.0/dist/aframe-master.min.js"></script>
1+
<script src="https://cdn.jsdelivr.net/npm/aframe@1.6.0/dist/aframe-master.min.js"></script>
22

33
<style>
44
.arjs-loader {
@@ -22,7 +22,7 @@
2222
</style>
2323

2424
<!-- rawgithack development URL -->
25-
<!--<script src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js'></script>-->
25+
<!--<script src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js'></script>-->
2626
<script src='../../../../aframe/build/aframe-ar-nft.js'></script>
2727

2828

0 commit comments

Comments
 (0)