diff --git a/docs/src/script.js b/docs/src/script.js index 8c0b471..3d8ac41 100644 --- a/docs/src/script.js +++ b/docs/src/script.js @@ -353,21 +353,6 @@ generateScene = () => { console.error('Fetch error:', error); }); - // TEMPORARY: Usage of a dummy code - // let templateContent = ''; - - // Replace placeholders - // templateContent = templateContent.replace(/\$URL/g, url); - // templateContent = templateContent.replace(/\$WIDTH/g, wInput.value); - // templateContent = templateContent.replace(/\$HEIGHT/g, hInput.value); - // templateContent = templateContent.replace(/\$ALT/g, altInput.value); - - // Put the generated code to the textarea - //document.getElementById('imagescene-result').value = templateContent; - - // Copy code to the clipboard - //copyClipboard(); - };