Break the internet with threejs - I made a cool package, can you help me make it better?

Hey guys,
I made this small package based on a physics example and I want to make it publicly available, to be used with webflow or any other sitebuilder. However, I’m all new to hosting stuff on git, delivering with cdn…
Can you please try it, check it out, comment, give me hints on how to improve?
Esempio: https://jsfiddle.net/mlatti/fvazyeop/9/

html elements:
<div style="position:absolute; opacity:0" id="container"></div>

  • add id=“capture” to the element you want to break.

import tags:

    <script src="https://unpkg.com/three@0.119.0/examples/js/libs/ammo.js"></script>
    <script type="module" src="https://cdn.jsdelivr.net/gh/mlatti/fragment.js/main1.js"></script>