feat: Wireframe ersellen
This commit is contained in:
4
ui.html
4
ui.html
@@ -20,6 +20,7 @@
|
||||
|
||||
<button id="create-rect">Create Rectangle</button>
|
||||
<button id="create-text">Create Text</button>
|
||||
<button id="create-wireframe">Wireframe erstellen</button>
|
||||
|
||||
<textarea
|
||||
id="ai-prompt"
|
||||
@@ -51,6 +52,9 @@
|
||||
document.getElementById("get-selection").onclick = () => {
|
||||
parent.postMessage({ pluginMessage: { type: "get-selection" } }, "*");
|
||||
};
|
||||
document.getElementById("create-wireframe").onclick = () => {
|
||||
parent.postMessage({ pluginMessage: { type: "create-wireframe" } }, "*");
|
||||
};
|
||||
};
|
||||
|
||||
document.getElementById("ai-generate").onclick = () => {
|
||||
|
||||
Reference in New Issue
Block a user