shx-3d-render

main
Jan Umbach 2024-06-13 20:13:36 +02:00
parent e1158c53ae
commit 7482a3019d
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@
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.addEventListener('load', () => {