Screenshot-Canvas-Completed

This commit is contained in:
Bhav Kushwaha 2025-01-26 14:48:20 +05:30
parent 3642d5b875
commit 9aed623f04
2 changed files with 0 additions and 6 deletions

3
dist/editor.html vendored
View File

@ -81,12 +81,9 @@
<body>
<div class="editor-container">
<div class="toolbar">
<!-- <button id="select-tool" class="tool-button" title="Select (V)">Select</button>
<button id="move-tool" class="tool-button" title="Move (M)">Move</button> -->
<button id="pen-tool" class="tool-button" title="Pen (P)">Pen</button>
<button id="rectangle-tool" class="tool-button" title="Rectangle (R)">Rectangle</button>
<button id="arrow-tool" class="tool-button" title="Arrow (A)">Arrow</button>
<button id="crop-tool" class="tool-button" title="Crop (C)">Crop</button>
<div class="color-line-controls">
<input type="color" id="color-picker" value="#ff0000">
<input type="range" id="line-width" min="1" max="20" value="2">

View File

@ -81,12 +81,9 @@
<body>
<div class="editor-container">
<div class="toolbar">
<!-- <button id="select-tool" class="tool-button" title="Select (V)">Select</button>
<button id="move-tool" class="tool-button" title="Move (M)">Move</button> -->
<button id="pen-tool" class="tool-button" title="Pen (P)">Pen</button>
<button id="rectangle-tool" class="tool-button" title="Rectangle (R)">Rectangle</button>
<button id="arrow-tool" class="tool-button" title="Arrow (A)">Arrow</button>
<button id="crop-tool" class="tool-button" title="Crop (C)">Crop</button>
<div class="color-line-controls">
<input type="color" id="color-picker" value="#ff0000">
<input type="range" id="line-width" min="1" max="20" value="2">