Skip to content

Commit 0b6b0ae

Browse files
authored
event-proxy is missing (#4896)
the sample not working because the component file is missing
1 parent 2911cf7 commit 0b6b0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/building-a-360-image-gallery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ need to know the component's npm package name and the path:
170170
<script src="https://unpkg.com/[email protected]/dist/aframe-template-component.min.js"></script>
171171
<script src="https://unpkg.com/[email protected]/dist/aframe-layout-component.min.js"></script>
172172
<script src="https://unpkg.com/[email protected]/dist/aframe-event-set-component.min.js"></script>
173+
<script src="https://unpkg.com/[email protected]/dist/aframe-proxy-event-component.min.jss"></script>
174+
173175
</head>
174176
<body>
175177
<a-scene>

0 commit comments

Comments
 (0)