shx-3d-render

main
Jan Umbach 2024-06-13 20:00:07 +02:00
parent b7a48c39e6
commit 2f60627be0
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
let script = document.createElement('script');
script.src = {{ 'three.module.min.js' | asset_url }};
script.id = 'threejs-script';
script.type = "module";
document.head.appendChild(script);
script.onload = () => {