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
563 stars 85 forks source link

Enable/Disable return of background to Streamlit #12

Closed andfanilo closed 3 years ago

andfanilo commented 4 years ago

Right now backgroundColor is returned to Streamlit but not backgroundImage

Add a prop to choose to return or not backgroundColor/backgroundImage

andfanilo commented 3 years ago

...for now I suppose one can merge the background image with the JSON data on the Python part so closing for now