From db62d92998fa8ea9e7a9afc9c494e6a5dfd67141 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 3 Nov 2023 11:08:59 +0100 Subject: [PATCH] work in progress [might break] --- helloworld.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloworld.js b/helloworld.js index 991fb5b..b4fb110 100644 --- a/helloworld.js +++ b/helloworld.js @@ -6,6 +6,8 @@ AFRAME.registerComponent('helloworld', { // entrypoint for single-file xrshell/AFRAME components this.addEventListener('xrshell', (opts) => { const require = AFRAME.components.xrshell.require // available by adding + + require({ "superclipboard": { required: false, repo: "https://github.com/Utopiah/aframe-components" }, "spatialeditor": { required: false, repo: "https://github.com/coderofsalvation/xrshell-apps" }, "jsonform": { required: false, repo: "https://github.com/coderofsalvation/xrshell-apps" },