This is a simple HTML/JavaScript web application for arranging resizable images on a canvas. Users can upload images, drag them around, and resize them interactively.
- Upload images to the canvas
- Drag and arrange images
- Resize images with mouse
Open index.html
in your browser to use the app.
index.html
: Main HTML filesrc/app.js
: JavaScript logicstyle.css
: Styles
No build step required. Just open index.html
.