Skip to content

Commit

Permalink
+ emoji translation layer and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmAR committed Oct 17, 2024
1 parent 04d54af commit f0fa282
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ <h1 id="title">Visual Prompt Builder</h1>
<textarea id="prompt" placeholder=""></textarea>
<div class="buttons">
<button id="copy-prompt-btn" onclick="copyPrompt()" title="Copy Prompt">📋</button>
<button id="clear-prompt-btn" onclick="clearPrompt()" title="Clear Prompt">🗑️</button>
<button id="random-prompt-btn" onclick="generateRandomPrompt()" title="Generate Random Prompt">🎲</button>
<button id="undo-prompt-btn" onclick="undoPrompt()" title="Undo Last Action"></button>
<button id="clear-prompt-btn" onclick="clearPrompt()" title="Clear Prompt">🗑️</button>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit f0fa282

Please sign in to comment.