vadr-aframe-vr
v1.0.6
Published
Analytics package for AFrame based VR applications by VadR
Readme
VadR VR Analytics SDK for AFrame
Description
This package provides analytics support for AFrame based VR applications.
Steps to integrate
- Register at https://vadr.io and add a new application from within the dashboard.
- Install VadRs AFrame SDK using
npm install --save vadr-aframe-vr. The SDK build file can also be used directly in your HTML page using<script src="https://vadr.azureedge.net/sdk/js/vadr-aframe.js"></script>after AFrame script but before the<a-scene>tag is called. - Go thorugh the detailed integration documentation at https://vadr.io/document/analytics/#aframe.
