Skip to content

Commit 137faeb

Browse files
committed
- chore: update aframe version for pattern/barcode templates
1 parent 82d697d commit 137faeb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/modules/marker/templates/barcode.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
55
</head>
66

7-
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
7+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
88
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
99
<script src="https://raw.githack.com/donmccurdy/aframe-extras/master/dist/aframe-extras.loaders.min.js"></script>
1010

11-
<body style='margin : 0px; overflow: hidden;'>
11+
<body style="margin : 0; overflow: hidden;">
1212
<a-scene
1313
loading-screen="enabled: false;"
1414
vr-mode-ui="enabled: false"

src/modules/marker/templates/pattern.3d.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
4+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
55
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
66
<script src="https://raw.githack.com/donmccurdy/aframe-extras/master/dist/aframe-extras.loaders.min.js"></script>
77
<script src="https://raw.githack.com/AR-js-org/studio-backend/master/src/modules/marker/tools/gesture-detector.js"></script>

src/modules/marker/templates/pattern.audio.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
4+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
55
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
66
</head>
77

src/modules/marker/templates/pattern.image.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
4+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
55
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
66
<script src="https://raw.githack.com/AR-js-org/studio-backend/master/src/modules/marker/tools/gesture-detector.js"></script>
77
<script src="https://raw.githack.com/AR-js-org/studio-backend/master/src/modules/marker/tools/gesture-handler.js"></script>

src/modules/marker/templates/pattern.video.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
4+
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
55
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
66
<script src="https://raw.githack.com/AR-js-org/studio-backend/master/src/modules/marker/tools/gesture-detector.js"></script>
77
<script src="https://raw.githack.com/AR-js-org/studio-backend/master/src/modules/marker/tools/gesture-handler.js"></script>

0 commit comments

Comments
 (0)