We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1be4dc0 + 0b6b0ae commit a2823cdCopy full SHA for a2823cd
docs/guides/building-a-360-image-gallery.md
@@ -170,6 +170,8 @@ need to know the component's npm package name and the path:
170
<script src="https://unpkg.com/aframe-template-component@3.x.x/dist/aframe-template-component.min.js"></script>
171
<script src="https://unpkg.com/aframe-layout-component@4.x.x/dist/aframe-layout-component.min.js"></script>
172
<script src="https://unpkg.com/aframe-event-set-component@5.x.x/dist/aframe-event-set-component.min.js"></script>
173
+ <script src="https://unpkg.com/aframe-proxy-event-component@2.1.0/dist/aframe-proxy-event-component.min.jss"></script>
174
+
175
</head>
176
<body>
177
<a-scene>
0 commit comments