xrauthor-loader
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

xrauthor-loader

An asset loader of XRAuthor app for Introduction to Virtual Reality Development (CSD3120/3121)

Installation

npm install xrauthor-loader --save-dev

Usage

In typescript:

import { AuthoringData, loadAuthoringData } from 'xrauthor-loader'

loadAuthoringData('path/to/assets').then((data: AuthoringData) => {
    // your code here to use the data, for example:
    createXRScene('renderCanvas', data);
});

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i xrauthor-loader

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    17.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • immersification