spineDemos.init();
spineDemos.addDemo(vineDemo, document.getElementsByClassName("aspect")[0]);
After launching the demo
I'm trying to open another demo using onclick.
I get the error "Uncaught TypeError: Cannot read properties of undefined (reading 'updateWorldTransform')" when doing that.
How can I change it to open another demo by clicking on one canvas?