andfanilo / streamlit-drawable-canvas

Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
https://drawable-canvas.streamlit.app/
MIT License
541 stars 83 forks source link

[WIP] adding zoom-in-out DrawableCanvas.tsx #112

Open agporto opened 1 year ago

agporto commented 1 year ago

Please do not merge

Hi @andfanilo . Here is the PR. Take it with a grain of salt since i rarely write anything in Typescript. I will check the link you sent me. It seems that it might contain the answer to my problem. I decide to send the PR anyway since I know a lot of folks want the ability to zoom in/out of this package, so you may find something useful in there. Thanks again!

andfanilo commented 1 year ago

Hey, thanks for initiating this :) Can you prefix the PR name with [WIP] so we know not to merge it until done? Good luck on finishing it!