Skip to content

A simple HTML canvas on which an image can be rendered, and shapes drawn and resized.

Notifications You must be signed in to change notification settings

apmiller108/draggersize-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple HTML canvas on which an image can be rendered, and shapes drawn and resized.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published