I'm trying to get a 3js demo to work on codesandbox, or codepen or jsfiddle (any is fine). I think the issue is perhaps that the script is module based, but I'm not sure what to google.
This is the demo I want to copy onto one of these platforms https://threejs.org/examples/?q=instan#webgl_instancing_performance
My attempt (replaced relative path modules with CDNs) https://codesandbox.io/s/gltf-instances-yly6m?file=/src/index.js
thanks!