Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 645 Bytes

Draggersize

Screenshot from 2023-11-11 16-03-52

What does it do?

  • It's an HTML canvas
  • Select an image from your device to use as a background
  • Draw rectangles and resize them
  • Delete rectangles you no longer want on the canvas

Instructions

  • Clone the repo
  • yarn install
  • yarn start
  • visit localhost:8080 in your browser

Don't have node?

If you have docker installed, from the project directory run

docker run -it -p 8080:8080 -v "$PWD":/app node bash

...and follow the above instructions.