Screenshot-Canvas-Completed
This commit is contained in:
parent
3642d5b875
commit
9aed623f04
3
dist/editor.html
vendored
3
dist/editor.html
vendored
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user