- 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
- Clone the repo
yarn install
yarn start
- visit
localhost:8080
in your browser
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.