TileRotate/index.html

11 lines
356 B
HTML
Raw Permalink Normal View History

2023-05-09 03:10:35 +00:00
<!doctype html>
<title>Tile Rotation</title>
<script src="js/app.js"></script>
<canvas id="canvas" style="width:700px; height: 700px;"></canvas>
<br>
<input type="file" id="fileUpload"></input>
<br>
<input type="range" id="rotation" min=-180 max=180 value=0 style='width:600px;'></input> <span id="angle">0</span>&deg;
<br>
<button id="save">Save</button>