UNPKG

aframe-react-assets

Version:

A React component for smart managing your AFrame VR assets. You can declare your assets at your React component.

8 lines (7 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var hello = exports.hello = function hello(msg) { console.log("[aframe-react-assets] hello: " + msg); };