xrsh-com/xrsh.js

9 lines
155 B
JavaScript
Raw Normal View History

2023-11-03 11:55:51 +01:00
AFRAME.registerComponent('xrshell', {
init: function ( ) {
console.log("this is the boot component which initializes other components")
},
});