Skip to content

Commit

Permalink
Update index.html add download and share button
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Oct 26, 2023
1 parent 0ba3167 commit 93faf76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ <h1 class="mt-4">Simple Image Editor</h1>
<div id="image-container" class="mt-4">
<img id="edited-image" src="" alt="Edited Image" class="img-fluid">
</div>

<!-- Add a button to download the edited image -->
<button id="download" class="btn btn-primary mt-2">Download Image</button>

<!-- Add a button to share the edited image -->
<button id="share" class="btn btn-primary mt-2">Share Image</button>


</div>
<div class="col-md-6">
<div id="controls">
Expand Down

0 comments on commit 93faf76

Please sign in to comment.