@@ -62,7 +62,7 @@ Please import the one you need for your project, not both:
62
62
You can also import a specific version replacing ` master ` keyword with version tag:
63
63
64
64
``` html
65
- <script src =" https://raw.githack.com/AR-js-org/AR.js/3.4.4 /aframe/build/aframe-ar-nft.js" >
65
+ <script src =" https://raw.githack.com/AR-js-org/AR.js/3.4.5 /aframe/build/aframe-ar-nft.js" >
66
66
` ` `
67
67
68
68
## Get started
@@ -77,7 +77,7 @@ Please follow these simple steps:
77
77
- Scan [this picture](https://raw.githubusercontent.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex-image-big.jpeg) to see content through the camera.
78
78
79
79
` ` ` html
80
- < script src= " https://cdn.jsdelivr.net/gh/aframevr/aframe@1c2407b26c61958baa93967b5412487cd94b290b /dist/aframe-master.min.js" > </script >
80
+ < script src= " https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3.0 /dist/aframe-master.min.js" > </script >
81
81
<script src =" https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js" ></script >
82
82
83
83
<style >
@@ -149,7 +149,7 @@ Please follow these simple steps:
149
149
<meta charset =" utf-8" />
150
150
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" />
151
151
<title >GeoAR.js demo</title >
152
- <script src =" https://aframe.io/releases/1.0.4 /aframe.min.js" ></script >
152
+ <script src =" https://aframe.io/releases/1.3.0 /aframe.min.js" ></script >
153
153
<
script src =
" https://unpkg.com/[email protected] /dist/aframe-look-at-component.min.js" ></
script >
154
154
<script src =" https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js" ></script >
155
155
</head >
@@ -183,7 +183,7 @@ Please follow this simple steps:
183
183
``` html
184
184
<!DOCTYPE html>
185
185
<html >
186
- <script src =" https://aframe.io/releases/1.0 .0/aframe.min.js" ></script >
186
+ <script src =" https://aframe.io/releases/1.3 .0/aframe.min.js" ></script >
187
187
<!-- we import arjs version without NFT but with marker + location based support -->
188
188
<script src =" https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js" ></script >
189
189
<body style =" margin : 0px ; overflow : hidden ;" >
0 commit comments