UNPKG

i5-tk-webxr

Version:

The i5 Toolkit for WebXR is a collection of utilities that help to develop WebXR applications that are build with three.js.

4 lines (3 loc) 138 B
export * from './loadingIndicator'; export const Greeter = (name) => `Hi ${name}`; export const HelloGreeter = (name) => `Hello ${name}`;