class GeneratorControls extends HTMLElement { constructor() { super(); } connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
Enter a prompt and click generate
Your creation will appear here