1.0.5 • Published 7 months ago
@cognitive3d/analytics v1.0.5
The Cognitive3D SDK for Javascript
Welcome! This SDK allows you to integrate your Javascript Applications with Cognitive3D, which provides analytics and insights about your VR/AR/MR project. In addition, Cognitive3D empowers you to take actions that will improve users' engagement with your experience.
Quickstart
Cognitive3D Documentation
The documentation explains how to integrate the SDK, track your users' experience and how to export your scene to view on Cognitive3D.com.
Testing
Jest is being used to test the sdk to run the test run the following command
npm run test
that will assume source code is being transpiled into lib folder
Build
To ensure broader browser compatibility, source code written in ES6 needs to be transpiled. Run the following command to use Babel for this task:
npm run build