constnode=document.getRoot()// doesn't seem to work.listNodes().find((node) => node.getName() === 'RootNode');
node.setExtras({jxr:"jxr addNewNote('hi')"});
awaitio.write('output.glb',document);
*/
});
// used for testing, now that jxr.js is outside of index.html, could consider putting this back in index.html instead to keep behavior one would expect from a library