-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
This issue was drafted for the careercup/CtCI-6th-Edition repository. Please provide additional information, such as the problem, steps to reproduce, or any relevant details, to help complete the issue.
<title>Smart Thumbnail - Free Photo, Video & Thumbnail Editor</title>Smart Thumbnail
फ्री ऑनलाइन फोटो, वीडियो और थंबनेल एडिटर
<nav>
<button onclick="showTab('photo')">Photo Editor</button>
<button onclick="showTab('video')">Video Editor</button>
<button onclick="showTab('thumbnail')">Thumbnail Editor</button>
</nav>
<main>
<!-- Photo Editor -->
<section id="photo" class="editor">
<h2>Photo Editor</h2>
<input type="file" id="photoUpload" accept="image/*">
<canvas id="photoCanvas"></canvas>
<button onclick="downloadPhoto()">Download Photo</button>
</section>
<!-- Video Editor -->
<section id="video" class="editor" style="display:none;">
<h2>Video Editor</h2>
<input type="file" id="videoUpload" accept="video/*">
<video id="videoPlayer" controls></video>
<button onclick="downloadVideo()">Download Video</button>
</section>
<!-- Thumbnail Editor -->
<section id="thumbnail" class="editor" style="display:none;">
<h2>Thumbnail Editor</h2>
<input type="file" id="thumbUpload" accept="image/*">
<canvas id="thumbCanvas"></canvas>
<button onclick="downloadThumbnail()">Download Thumbnail</button>
</sect
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/5.3.0/fabric.min.js"></script>
<script src="script.js"></script>

Metadata
Metadata
Assignees
Labels
No labels